Html Css Color HEX #E0B752 Ronchi

📋 copy color: '#E0B752'

red 224 ◦ green 183 ◦ blue 82

#E0B752
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ronchi #E0B752

Tints of Ronchi #E0B752

RGB

 RED value IS 224 (87.89% from 255) = 45.81%

 GREEN value IS 183 (71.88% from 255) = 37.42%

 BLUE value IS 82 (32.42% from 255) = 16.77%

R = 45.81%
G = 37.42%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E0B752 (or 0xE0B752) is known color: Ronchi. HEX triplet: E0, B7 and 52. RGB value is (224,183,82). Sum of RGB (Red+Green+Blue) = 224+183+82=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 82 (32.42% from 255 or 16.77% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B752 is #1F48AD. Grayscale: #B8B8B8. Windows color (decimal): -2050222 or 5421024. OLE color: 5421024.

HSL color Cylindrical-coordinate representation of color #E0B752: hue angle of 42.68º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0B752 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 183 82 -
CMYK 0 0.18 0.63 0.12
HSL 42.68º 0.7% 0.6% -
HSV(B) 42.68º 0.63% 0.88% -
XYZ 49.2 50.32 15.1 -
YUV 183.75 70.58 156.71 -
System Red Green Blue C M Y K H S L
Decimal 224 183 82 0 0.18 0.63 0.12 42.68 0.7 0.6
Hex E0 B7 52 0 12 3F C 2B 46 3C
Octal 340 267 122 0 22 77 14 53 106 74
Binary 11100000 10110111 1010010 0 10010 111111 1100 101011 1000110 111100

Color Harmonies of #E0B752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B752

Black with #E0B752

Text Example


Text Example

White with #E0B752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B752; }

 p { color: rgb(224,183,82); }

 H1.HeaderClassName
 {
   color: #E0B752;
 }
 .AnyTagClassName
 {
   color: #E0B752;
 }
</style>

background-color css

<style>
 a { background-color: #E0B752; }

 a { background-color: rgb(224,183,82); }

 div.DivClassName
 {
   background-color: #E0B752;
 }
 .BgClassName
 {
   background-color: #E0B752;
 }
</style>

border-color css

<style>
 span { border-color: #E0B752; }

 span { border-color: rgb(224,183,82); }

 td.TdClassName
 {
   border-color: #E0B752;
 }
 .TagClassName
 {
   border-color: #E0B752;
 }
</style>