Html Css Color HEX #EDDB72 Wild Rice

📋 copy color: '#EDDB72'

red 237 ◦ green 219 ◦ blue 114

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

Shades of Wild Rice #EDDB72

Tints of Wild Rice #EDDB72

RGB

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

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

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

R = 41.58%
G = 38.42%
B = 20%

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

#EDDB72 (or 0xEDDB72) is known color: Wild Rice. HEX triplet: ED, DB and 72. RGB value is (237,219,114). Sum of RGB (Red+Green+Blue) = 237+219+114=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 114 (44.92% from 255 or 20% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB72 is #12248D. Grayscale: #D4D4D4. Windows color (decimal): -1189006 or 7527405. OLE color: 7527405.

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

Color convert

RGB 237 219 114 -
CMYK 0 0.08 0.52 0.07
HSL 51.22º 0.77% 0.69% -
HSV(B) 51.22º 0.52% 0.93% -
XYZ 63.29 69.88 26.07 -
YUV 212.41 72.46 145.54 -
System Red Green Blue C M Y K H S L
Decimal 237 219 114 0 0.08 0.52 0.07 51.22 0.77 0.69
Hex ED DB 72 0 8 34 7 33 4D 45
Octal 355 333 162 0 10 64 7 63 115 105
Binary 11101101 11011011 1110010 0 1000 110100 111 110011 1001101 1000101

Color Harmonies of #EDDB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB72

Black with #EDDB72

Text Example


Text Example

White with #EDDB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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