#ECDF71

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

Shades of Wild Rice #ECDF71

Tints of Wild Rice #ECDF71

Color information

#ECDF71 (or 0xECDF71) is unknown color: approx Wild Rice. HEX triplet: EC, DF and 71. RGB value is (236,223,113). Sum of RGB (Red+Green+Blue) = 236+223+113=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 113 (44.53% from 255 or 19.76% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDF71 is #13208E. Grayscale: #D6D6D6. Windows color (decimal): -1253519 or 7462892. OLE color: 7462892.

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

Color convert

RGB236223113-
CMYK00.060.520.07
HSL53.66º76.4%68.43%-
HSV(B)53.66º52.12%92.55%-
XYZ63.9671.826.11-
YUV214.3570.81143.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 223 (87.5% from 255) = 38.99%
BLUE value IS 113 (44.53% from 255) = 19.76%
R=41.26%
G=38.99%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622311300.060.520.0753.6676.468.43
HexECDF7106347364c44
Octal3543371610664766114104
Binary11101100110111111110001011011010011111011010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDF71; }

 p { color: rgb(236,223,113); }

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

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

 a { background-color: rgb(236,223,113); }

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

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

 span { border-color: rgb(236,223,113); }

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