Html Css Color HEX #EDDA74 Wild Rice

📋 copy color: '#EDDA74'

red 237 ◦ green 218 ◦ blue 116

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

Shades of Wild Rice #EDDA74

Tints of Wild Rice #EDDA74

RGB

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

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

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

R = 41.51%
G = 38.18%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDDA74 (or 0xEDDA74) is known color: Wild Rice. HEX triplet: ED, DA and 74. RGB value is (237,218,116). Sum of RGB (Red+Green+Blue) = 237+218+116=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 116 (45.70% from 255 or 20.32% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA74 is #12258B. Grayscale: #D4D4D4. Windows color (decimal): -1189260 or 7658221. OLE color: 7658221.

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

Color convert

RGB 237 218 116 -
CMYK 0 0.08 0.51 0.07
HSL 50.58º 0.77% 0.69% -
HSV(B) 50.58º 0.51% 0.93% -
XYZ 63.15 69.41 26.59 -
YUV 212.05 73.79 145.79 -
System Red Green Blue C M Y K H S L
Decimal 237 218 116 0 0.08 0.51 0.07 50.58 0.77 0.69
Hex ED DA 74 0 8 33 7 33 4D 45
Octal 355 332 164 0 10 63 7 63 115 105
Binary 11101101 11011010 1110100 0 1000 110011 111 110011 1001101 1000101

Color Harmonies of #EDDA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA74

Black with #EDDA74

Text Example


Text Example

White with #EDDA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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