#EDDB74

Color #EDDB74 Wild Rice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Rice #EDDB74

Tints of Wild Rice #EDDB74

Color information

#EDDB74 (or 0xEDDB74) is unknown color: approx Wild Rice. HEX triplet: ED, DB and 74. RGB value is (237,219,116). Sum of RGB (Red+Green+Blue) = 237+219+116=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 116 (45.70% from 255 or 20.28% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB74 is #12248B. Grayscale: #D5D5D5. Windows color (decimal): -1189004 or 7658477. OLE color: 7658477.

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

Color convert

RGB237219116-
CMYK00.080.510.07
HSL51.07º77.07%69.22%-
HSV(B)51.07º51.05%92.94%-
XYZ63.4169.9326.68-
YUV212.6473.46145.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 219 (85.94% from 255) = 38.29%
BLUE value IS 116 (45.70% from 255) = 20.28%
R=41.43%
G=38.29%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721911600.080.510.0751.0777.0769.22
HexEDDB7408337334d45
Octal35533316401063763115105
Binary111011011101101111101000100011001111111001110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDB74; }

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

 H1.HeaderClassName
 {
   color: #EDDB74;
 }
 .AnyTagClassName
 {
   color: #EDDB74;
 }
</style>
background-color css

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

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

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

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

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

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