#EDDF69

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

Shades of Wild Rice #EDDF69

Tints of Wild Rice #EDDF69

Color information

#EDDF69 (or 0xEDDF69) is unknown color: approx Wild Rice. HEX triplet: ED, DF and 69. RGB value is (237,223,105). Sum of RGB (Red+Green+Blue) = 237+223+105=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 105 (41.41% from 255 or 18.58% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF69 is #122096. Grayscale: #D6D6D6. Windows color (decimal): -1187991 or 6938605. OLE color: 6938605.

HSL color Cylindrical-coordinate representation of color #EDDF69: hue angle of 53.64º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDDF69 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB237223105-
CMYK00.060.560.07
HSL53.64º78.57%67.06%-
HSV(B)53.64º55.7%92.94%-
XYZ63.8671.823.86-
YUV213.7366.64144.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 223 (87.5% from 255) = 39.47%
BLUE value IS 105 (41.41% from 255) = 18.58%
R=41.95%
G=39.47%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722310500.060.560.0753.6478.5767.06
HexEDDF6906387364f43
Octal3553371510670766117103
Binary11101101110111111101001011011100011111011010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDF69; }

 p { color: rgb(237,223,105); }

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

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

 a { background-color: rgb(237,223,105); }

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

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

 span { border-color: rgb(237,223,105); }

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