Html Css Color HEX #EDD772 Wild Rice

📋 copy color: '#EDD772'

red 237 ◦ green 215 ◦ blue 114

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

Shades of Wild Rice #EDD772

Tints of Wild Rice #EDD772

RGB

 RED value IS 237 (92.97% from 255) = 41.87%

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

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

R = 41.87%
G = 37.99%
B = 20.14%

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

#EDD772 (or 0xEDD772) is known color: Wild Rice. HEX triplet: ED, D7 and 72. RGB value is (237,215,114). Sum of RGB (Red+Green+Blue) = 237+215+114=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 114 (44.92% from 255 or 20.14% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD772 is #12288D. Grayscale: #D2D2D2. Windows color (decimal): -1190030 or 7526381. OLE color: 7526381.

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

Color convert

RGB 237 215 114 -
CMYK 0 0.09 0.52 0.07
HSL 49.27º 0.77% 0.69% -
HSV(B) 49.27º 0.52% 0.93% -
XYZ 62.26 67.82 25.73 -
YUV 210.06 73.79 147.21 -
System Red Green Blue C M Y K H S L
Decimal 237 215 114 0 0.09 0.52 0.07 49.27 0.77 0.69
Hex ED D7 72 0 9 34 7 31 4D 45
Octal 355 327 162 0 11 64 7 61 115 105
Binary 11101101 11010111 1110010 0 1001 110100 111 110001 1001101 1000101

Color Harmonies of #EDD772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD772

Black with #EDD772

Text Example


Text Example

White with #EDD772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD772; }

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

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

background-color css

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

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

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

border-color css

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

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

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