Html Css Color HEX #EDDD6D Wild Rice

📋 copy color: '#EDDD6D'

red 237 ◦ green 221 ◦ blue 109

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

Shades of Wild Rice #EDDD6D

Tints of Wild Rice #EDDD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.22%

R = 41.8%
G = 38.98%
B = 19.22%

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

#EDDD6D (or 0xEDDD6D) is known color: Wild Rice. HEX triplet: ED, DD and 6D. RGB value is (237,221,109). Sum of RGB (Red+Green+Blue) = 237+221+109=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 109 (42.97% from 255 or 19.22% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD6D is #122292. Grayscale: #D5D5D5. Windows color (decimal): -1188499 or 7200237. OLE color: 7200237.

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

Color convert

RGB 237 221 109 -
CMYK 0 0.07 0.54 0.07
HSL 52.5º 0.78% 0.68% -
HSV(B) 52.5º 0.54% 0.93% -
XYZ 63.54 70.82 24.79 -
YUV 213.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 237 221 109 0 0.07 0.54 0.07 52.5 0.78 0.68
Hex ED DD 6D 0 7 36 7 34 4E 44
Octal 355 335 155 0 7 66 7 64 116 104
Binary 11101101 11011101 1101101 0 111 110110 111 110100 1001110 1000100

Color Harmonies of #EDDD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD6D

Black with #EDDD6D

Text Example


Text Example

White with #EDDD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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