Html Css Color HEX #EDDD71 Wild Rice

📋 copy color: '#EDDD71'

red 237 ◦ green 221 ◦ blue 113

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

Shades of Wild Rice #EDDD71

Tints of Wild Rice #EDDD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.79%

R = 41.51%
G = 38.7%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDDD71 (or 0xEDDD71) is known color: Wild Rice. HEX triplet: ED, DD and 71. RGB value is (237,221,113). Sum of RGB (Red+Green+Blue) = 237+221+113=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 113 (44.53% from 255 or 19.79% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD71 is #12228E. Grayscale: #D5D5D5. Windows color (decimal): -1188495 or 7462381. OLE color: 7462381.

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

Color convert

RGB 237 221 113 -
CMYK 0 0.07 0.52 0.07
HSL 52.26º 0.78% 0.69% -
HSV(B) 52.26º 0.52% 0.93% -
XYZ 63.76 70.91 25.95 -
YUV 213.47 71.3 144.78 -
System Red Green Blue C M Y K H S L
Decimal 237 221 113 0 0.07 0.52 0.07 52.26 0.78 0.69
Hex ED DD 71 0 7 34 7 34 4E 45
Octal 355 335 161 0 7 64 7 64 116 105
Binary 11101101 11011101 1110001 0 111 110100 111 110100 1001110 1000101

Color Harmonies of #EDDD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD71

Black with #EDDD71

Text Example


Text Example

White with #EDDD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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