Html Css Color HEX #EEB94F Ronchi

📋 copy color: '#EEB94F'

red 238 ◦ green 185 ◦ blue 79

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

Shades of Ronchi #EEB94F

Tints of Ronchi #EEB94F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.85%

 BLUE value IS 79 (31.25% from 255) = 15.74%

R = 47.41%
G = 36.85%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EEB94F (or 0xEEB94F) is known color: Ronchi. HEX triplet: EE, B9 and 4F. RGB value is (238,185,79). Sum of RGB (Red+Green+Blue) = 238+185+79=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 79 (31.25% from 255 or 15.74% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB94F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB94F is #1146B0. Grayscale: #BDBDBD. Windows color (decimal): -1132209 or 5224942. OLE color: 5224942.

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

Color convert

RGB 238 185 79 -
CMYK 0 0.22 0.67 0.07
HSL 40º 0.82% 0.62% -
HSV(B) 40º 0.67% 0.93% -
XYZ 54.02 53.44 14.86 -
YUV 188.76 66.06 163.12 -
System Red Green Blue C M Y K H S L
Decimal 238 185 79 0 0.22 0.67 0.07 40 0.82 0.62
Hex EE B9 4F 0 16 43 7 28 52 3E
Octal 356 271 117 0 26 103 7 50 122 76
Binary 11101110 10111001 1001111 0 10110 1000011 111 101000 1010010 111110

Color Harmonies of #EEB94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB94F

Black with #EEB94F

Text Example


Text Example

White with #EEB94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB94F; }

 p { color: rgb(238,185,79); }

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

background-color css

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

 a { background-color: rgb(238,185,79); }

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

border-color css

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

 span { border-color: rgb(238,185,79); }

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