Html Css Color HEX #EEDB72 Wild Rice

📋 copy color: '#EEDB72'

red 238 ◦ green 219 ◦ blue 114

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

Shades of Wild Rice #EEDB72

Tints of Wild Rice #EEDB72

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.35%

 BLUE value IS 114 (44.92% from 255) = 19.96%

R = 41.68%
G = 38.35%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EEDB72 (or 0xEEDB72) is known color: Wild Rice. HEX triplet: EE, DB and 72. RGB value is (238,219,114). Sum of RGB (Red+Green+Blue) = 238+219+114=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 114 (44.92% from 255 or 19.96% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDB72 is #11248D. Grayscale: #D5D5D5. Windows color (decimal): -1123470 or 7527406. OLE color: 7527406.

HSL color Cylindrical-coordinate representation of color #EEDB72: hue angle of 50.81º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEDB72 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 219 114 -
CMYK 0 0.08 0.52 0.07
HSL 50.81º 0.78% 0.69% -
HSV(B) 50.81º 0.52% 0.93% -
XYZ 63.63 70.06 26.09 -
YUV 212.71 72.29 146.04 -
System Red Green Blue C M Y K H S L
Decimal 238 219 114 0 0.08 0.52 0.07 50.81 0.78 0.69
Hex EE DB 72 0 8 34 7 33 4E 45
Octal 356 333 162 0 10 64 7 63 116 105
Binary 11101110 11011011 1110010 0 1000 110100 111 110011 1001110 1000101

Color Harmonies of #EEDB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB72

Black with #EEDB72

Text Example


Text Example

White with #EEDB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB72; }

 p { color: rgb(238,219,114); }

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

background-color css

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

 a { background-color: rgb(238,219,114); }

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

border-color css

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

 span { border-color: rgb(238,219,114); }

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