#ECE06E

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

Shades of Wild Rice #ECE06E

Tints of Wild Rice #ECE06E

Color information

#ECE06E (or 0xECE06E) is unknown color: approx Wild Rice. HEX triplet: EC, E0 and 6E. RGB value is (236,224,110). Sum of RGB (Red+Green+Blue) = 236+224+110=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 110 (43.36% from 255 or 19.30% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE06E is #131F91. Grayscale: #D7D7D7. Windows color (decimal): -1253266 or 7266540. OLE color: 7266540.

HSL color Cylindrical-coordinate representation of color #ECE06E: hue angle of 54.29º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECE06E is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB236224110-
CMYK00.050.530.07
HSL54.29º76.83%67.84%-
HSV(B)54.29º53.39%92.55%-
XYZ64.0672.2725.32-
YUV214.5968.98143.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.40%
GREEN value IS 224 (87.89% from 255) = 39.30%
BLUE value IS 110 (43.36% from 255) = 19.30%
R=41.40%
G=39.30%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622411000.050.530.0754.2976.8367.84
HexECE06E05357364d44
Octal3543401560565766115104
Binary11101100111000001101110010111010111111011010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE06E; }

 p { color: rgb(236,224,110); }

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

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

 a { background-color: rgb(236,224,110); }

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

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

 span { border-color: rgb(236,224,110); }

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