#E0D269

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

Shades of Wild Rice #E0D269

Tints of Wild Rice #E0D269

Color information

#E0D269 (or 0xE0D269) is unknown color: approx Wild Rice. HEX triplet: E0, D2 and 69. RGB value is (224,210,105). Sum of RGB (Red+Green+Blue) = 224+210+105=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D269 is #1F2D96. Grayscale: #CACACA. Windows color (decimal): -2043287 or 6935264. OLE color: 6935264.

HSL color Cylindrical-coordinate representation of color #E0D269: hue angle of 52.94º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0D269 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB224210105-
CMYK00.060.530.12
HSL52.94º65.75%64.51%-
HSV(B)52.94º53.12%87.84%-
XYZ56.3462.9622.55-
YUV202.2273.14143.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.56%
GREEN value IS 210 (82.42% from 255) = 38.96%
BLUE value IS 105 (41.41% from 255) = 19.48%
R=41.56%
G=38.96%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421010500.060.530.1252.9465.7564.51
HexE0D2690635C354241
Octal34032215106651465102101
Binary111000001101001011010010110110101110011010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D269; }

 p { color: rgb(224,210,105); }

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

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

 a { background-color: rgb(224,210,105); }

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

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

 span { border-color: rgb(224,210,105); }

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