Html Css Color HEX #EED772 Wild Rice

📋 copy color: '#EED772'

red 238 ◦ green 215 ◦ blue 114

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

Shades of Wild Rice #EED772

Tints of Wild Rice #EED772

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.92%

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

R = 41.98%
G = 37.92%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EED772 (or 0xEED772) is known color: Wild Rice. HEX triplet: EE, D7 and 72. RGB value is (238,215,114). Sum of RGB (Red+Green+Blue) = 238+215+114=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EED772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED772 is #11288D. Grayscale: #D2D2D2. Windows color (decimal): -1124494 or 7526382. OLE color: 7526382.

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

Color convert

RGB 238 215 114 -
CMYK 0 0.10 0.52 0.07
HSL 48.87º 0.78% 0.69% -
HSV(B) 48.87º 0.52% 0.93% -
XYZ 62.6 67.99 25.74 -
YUV 210.36 73.62 147.71 -
System Red Green Blue C M Y K H S L
Decimal 238 215 114 0 0.10 0.52 0.07 48.87 0.78 0.69
Hex EE D7 72 0 A 34 7 31 4E 45
Octal 356 327 162 0 12 64 7 61 116 105
Binary 11101110 11010111 1110010 0 1010 110100 111 110001 1001110 1000101

Color Harmonies of #EED772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED772

Black with #EED772

Text Example


Text Example

White with #EED772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED772; }

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

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

background-color css

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

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

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

border-color css

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

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

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