Html Css Color HEX #EDD96E Wild Rice

📋 copy color: '#EDD96E'

red 237 ◦ green 217 ◦ blue 110

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

Shades of Wild Rice #EDD96E

Tints of Wild Rice #EDD96E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.48%

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

R = 42.02%
G = 38.48%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDD96E (or 0xEDD96E) is known color: Wild Rice. HEX triplet: ED, D9 and 6E. RGB value is (237,217,110). Sum of RGB (Red+Green+Blue) = 237+217+110=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 110 (43.36% from 255 or 19.50% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD96E is #122691. Grayscale: #D3D3D3. Windows color (decimal): -1189522 or 7264749. OLE color: 7264749.

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

Color convert

RGB 237 217 110 -
CMYK 0 0.08 0.54 0.07
HSL 50.55º 0.78% 0.68% -
HSV(B) 50.55º 0.54% 0.93% -
XYZ 62.55 68.76 24.73 -
YUV 210.78 71.13 146.7 -
System Red Green Blue C M Y K H S L
Decimal 237 217 110 0 0.08 0.54 0.07 50.55 0.78 0.68
Hex ED D9 6E 0 8 36 7 33 4E 44
Octal 355 331 156 0 10 66 7 63 116 104
Binary 11101101 11011001 1101110 0 1000 110110 111 110011 1001110 1000100

Color Harmonies of #EDD96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD96E

Black with #EDD96E

Text Example


Text Example

White with #EDD96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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