Html Css Color HEX #ECDD72 Wild Rice

📋 copy color: '#ECDD72'

red 236 ◦ green 221 ◦ blue 114

#ECDD72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Rice #ECDD72

Tints of Wild Rice #ECDD72

RGB

 RED value IS 236 (92.58% from 255) = 41.33%

 GREEN value IS 221 (86.72% from 255) = 38.7%

 BLUE value IS 114 (44.92% from 255) = 19.96%

R = 41.33%
G = 38.7%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECDD72 (or 0xECDD72) is known color: Wild Rice. HEX triplet: EC, DD and 72. RGB value is (236,221,114). Sum of RGB (Red+Green+Blue) = 236+221+114=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 114 (44.92% from 255 or 19.96% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD72 is #13228D. Grayscale: #D5D5D5. Windows color (decimal): -1254030 or 7527916. OLE color: 7527916.

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

Color convert

RGB 236 221 114 -
CMYK 0 0.06 0.52 0.07
HSL 52.62º 0.76% 0.69% -
HSV(B) 52.62º 0.52% 0.93% -
XYZ 63.49 70.76 26.23 -
YUV 213.29 71.97 144.2 -
System Red Green Blue C M Y K H S L
Decimal 236 221 114 0 0.06 0.52 0.07 52.62 0.76 0.69
Hex EC DD 72 0 6 34 7 35 4C 45
Octal 354 335 162 0 6 64 7 65 114 105
Binary 11101100 11011101 1110010 0 110 110100 111 110101 1001100 1000101

Color Harmonies of #ECDD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD72

Black with #ECDD72

Text Example


Text Example

White with #ECDD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD72; }

 p { color: rgb(236,221,114); }

 H1.HeaderClassName
 {
   color: #ECDD72;
 }
 .AnyTagClassName
 {
   color: #ECDD72;
 }
</style>

background-color css

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

 a { background-color: rgb(236,221,114); }

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

border-color css

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

 span { border-color: rgb(236,221,114); }

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