Html Css Color HEX #EDDD6E Wild Rice

📋 copy color: '#EDDD6E'

red 237 ◦ green 221 ◦ blue 110

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

Shades of Wild Rice #EDDD6E

Tints of Wild Rice #EDDD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.37%

R = 41.73%
G = 38.91%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDDD6E (or 0xEDDD6E) is known color: Wild Rice. HEX triplet: ED, DD and 6E. RGB value is (237,221,110). Sum of RGB (Red+Green+Blue) = 237+221+110=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 110 (43.36% from 255 or 19.37% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD6E is #122291. Grayscale: #D5D5D5. Windows color (decimal): -1188498 or 7265773. OLE color: 7265773.

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

Color convert

RGB 237 221 110 -
CMYK 0 0.07 0.54 0.07
HSL 52.44º 0.78% 0.68% -
HSV(B) 52.44º 0.54% 0.93% -
XYZ 63.6 70.84 25.07 -
YUV 213.13 69.8 145.03 -
System Red Green Blue C M Y K H S L
Decimal 237 221 110 0 0.07 0.54 0.07 52.44 0.78 0.68
Hex ED DD 6E 0 7 36 7 34 4E 44
Octal 355 335 156 0 7 66 7 64 116 104
Binary 11101101 11011101 1101110 0 111 110110 111 110100 1001110 1000100

Color Harmonies of #EDDD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD6E

Black with #EDDD6E

Text Example


Text Example

White with #EDDD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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