Html Css Color HEX #EEBA52 Ronchi

📋 copy color: '#EEBA52'

red 238 ◦ green 186 ◦ blue 82

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

Shades of Ronchi #EEBA52

Tints of Ronchi #EEBA52

RGB

 RED value IS 238 (93.36% from 255) = 47.04%

 GREEN value IS 186 (73.05% from 255) = 36.76%

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

R = 47.04%
G = 36.76%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEBA52 (or 0xEEBA52) is known color: Ronchi. HEX triplet: EE, BA and 52. RGB value is (238,186,82). Sum of RGB (Red+Green+Blue) = 238+186+82=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 82 (32.42% from 255 or 16.21% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA52 is #1145AD. Grayscale: #BEBEBE. Windows color (decimal): -1131950 or 5421806. OLE color: 5421806.

HSL color Cylindrical-coordinate representation of color #EEBA52: hue angle of 40º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEBA52 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 186 82 -
CMYK 0 0.22 0.66 0.07
HSL 40º 0.82% 0.63% -
HSV(B) 40º 0.66% 0.93% -
XYZ 54.34 53.9 15.52 -
YUV 189.69 67.23 162.46 -
System Red Green Blue C M Y K H S L
Decimal 238 186 82 0 0.22 0.66 0.07 40 0.82 0.63
Hex EE BA 52 0 16 42 7 28 52 3F
Octal 356 272 122 0 26 102 7 50 122 77
Binary 11101110 10111010 1010010 0 10110 1000010 111 101000 1010010 111111

Color Harmonies of #EEBA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA52

Black with #EEBA52

Text Example


Text Example

White with #EEBA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA52; }

 p { color: rgb(238,186,82); }

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

background-color css

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

 a { background-color: rgb(238,186,82); }

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

border-color css

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

 span { border-color: rgb(238,186,82); }

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