Html Css Color HEX #EDDA71 Wild Rice

📋 copy color: '#EDDA71'

red 237 ◦ green 218 ◦ blue 113

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

Shades of Wild Rice #EDDA71

Tints of Wild Rice #EDDA71

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.38%

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

R = 41.73%
G = 38.38%
B = 19.89%

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

#EDDA71 (or 0xEDDA71) is known color: Wild Rice. HEX triplet: ED, DA and 71. RGB value is (237,218,113). Sum of RGB (Red+Green+Blue) = 237+218+113=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 113 (44.53% from 255 or 19.89% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA71 is #12258E. Grayscale: #D4D4D4. Windows color (decimal): -1189263 or 7461613. OLE color: 7461613.

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

Color convert

RGB 237 218 113 -
CMYK 0 0.08 0.52 0.07
HSL 50.81º 0.78% 0.69% -
HSV(B) 50.81º 0.52% 0.93% -
XYZ 62.98 69.34 25.69 -
YUV 211.71 72.29 146.04 -
System Red Green Blue C M Y K H S L
Decimal 237 218 113 0 0.08 0.52 0.07 50.81 0.78 0.69
Hex ED DA 71 0 8 34 7 33 4E 45
Octal 355 332 161 0 10 64 7 63 116 105
Binary 11101101 11011010 1110001 0 1000 110100 111 110011 1001110 1000101

Color Harmonies of #EDDA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA71

Black with #EDDA71

Text Example


Text Example

White with #EDDA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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