Html Css Color HEX #EED872 Wild Rice

📋 copy color: '#EED872'

red 238 ◦ green 216 ◦ blue 114

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

Shades of Wild Rice #EED872

Tints of Wild Rice #EED872

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.03%

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

R = 41.9%
G = 38.03%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EED872 (or 0xEED872) is known color: Wild Rice. HEX triplet: EE, D8 and 72. RGB value is (238,216,114). Sum of RGB (Red+Green+Blue) = 238+216+114=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 114 (44.92% from 255 or 20.07% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EED872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED872 is #11278D. Grayscale: #D3D3D3. Windows color (decimal): -1124238 or 7526638. OLE color: 7526638.

HSL color Cylindrical-coordinate representation of color #EED872: hue angle of 49.35º 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 #EED872 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 216 114 -
CMYK 0 0.09 0.52 0.07
HSL 49.35º 0.78% 0.69% -
HSV(B) 49.35º 0.52% 0.93% -
XYZ 62.85 68.5 25.83 -
YUV 210.95 73.29 147.29 -
System Red Green Blue C M Y K H S L
Decimal 238 216 114 0 0.09 0.52 0.07 49.35 0.78 0.69
Hex EE D8 72 0 9 34 7 31 4E 45
Octal 356 330 162 0 11 64 7 61 116 105
Binary 11101110 11011000 1110010 0 1001 110100 111 110001 1001110 1000101

Color Harmonies of #EED872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED872

Black with #EED872

Text Example


Text Example

White with #EED872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED872; }

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

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

background-color css

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

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

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

border-color css

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

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

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