Html Css Color HEX #EDDD74 Wild Rice

📋 copy color: '#EDDD74'

red 237 ◦ green 221 ◦ blue 116

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

Shades of Wild Rice #EDDD74

Tints of Wild Rice #EDDD74

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.5%

 BLUE value IS 116 (45.7% from 255) = 20.21%

R = 41.29%
G = 38.5%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDDD74 (or 0xEDDD74) is known color: Wild Rice. HEX triplet: ED, DD and 74. RGB value is (237,221,116). Sum of RGB (Red+Green+Blue) = 237+221+116=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 116 (45.70% from 255 or 20.21% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD74 is #12228B. Grayscale: #D6D6D6. Windows color (decimal): -1188492 or 7658989. OLE color: 7658989.

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

Color convert

RGB 237 221 116 -
CMYK 0 0.07 0.51 0.07
HSL 52.07º 0.77% 0.69% -
HSV(B) 52.07º 0.51% 0.93% -
XYZ 63.93 70.98 26.85 -
YUV 213.81 72.8 144.54 -
System Red Green Blue C M Y K H S L
Decimal 237 221 116 0 0.07 0.51 0.07 52.07 0.77 0.69
Hex ED DD 74 0 7 33 7 34 4D 45
Octal 355 335 164 0 7 63 7 64 115 105
Binary 11101101 11011101 1110100 0 111 110011 111 110100 1001101 1000101

Color Harmonies of #EDDD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD74

Black with #EDDD74

Text Example


Text Example

White with #EDDD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD74; }

 p { color: rgb(237,221,116); }

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

background-color css

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

 a { background-color: rgb(237,221,116); }

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

border-color css

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

 span { border-color: rgb(237,221,116); }

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