Html Css Color HEX #ECDE72 Wild Rice

📋 copy color: '#ECDE72'

red 236 ◦ green 222 ◦ blue 114

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

Shades of Wild Rice #ECDE72

Tints of Wild Rice #ECDE72

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.81%

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

R = 41.26%
G = 38.81%
B = 19.93%

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

#ECDE72 (or 0xECDE72) is known color: Wild Rice. HEX triplet: EC, DE and 72. RGB value is (236,222,114). Sum of RGB (Red+Green+Blue) = 236+222+114=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 114 (44.92% from 255 or 19.93% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE72 is #13218D. Grayscale: #D6D6D6. Windows color (decimal): -1253774 or 7528172. OLE color: 7528172.

HSL color Cylindrical-coordinate representation of color #ECDE72: hue angle of 53.11º 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 #ECDE72 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 222 114 -
CMYK 0 0.06 0.52 0.07
HSL 53.11º 0.76% 0.69% -
HSV(B) 53.11º 0.52% 0.93% -
XYZ 63.75 71.29 26.32 -
YUV 213.87 71.64 143.78 -
System Red Green Blue C M Y K H S L
Decimal 236 222 114 0 0.06 0.52 0.07 53.11 0.76 0.69
Hex EC DE 72 0 6 34 7 35 4C 45
Octal 354 336 162 0 6 64 7 65 114 105
Binary 11101100 11011110 1110010 0 110 110100 111 110101 1001100 1000101

Color Harmonies of #ECDE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE72

Black with #ECDE72

Text Example


Text Example

White with #ECDE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE72; }

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

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

background-color css

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

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

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

border-color css

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

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

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