Html Css Color HEX #ECDC72 Wild Rice

📋 copy color: '#ECDC72'

red 236 ◦ green 220 ◦ blue 114

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

Shades of Wild Rice #ECDC72

Tints of Wild Rice #ECDC72

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.6%

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

R = 41.4%
G = 38.6%
B = 20%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECDC72 (or 0xECDC72) is known color: Wild Rice. HEX triplet: EC, DC and 72. RGB value is (236,220,114). Sum of RGB (Red+Green+Blue) = 236+220+114=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 114 (44.92% from 255 or 20% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC72 is #13238D. Grayscale: #D5D5D5. Windows color (decimal): -1254286 or 7527660. OLE color: 7527660.

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

Color convert

RGB 236 220 114 -
CMYK 0 0.07 0.52 0.07
HSL 52.13º 0.76% 0.69% -
HSV(B) 52.13º 0.52% 0.93% -
XYZ 63.22 70.23 26.14 -
YUV 212.7 72.3 144.62 -
System Red Green Blue C M Y K H S L
Decimal 236 220 114 0 0.07 0.52 0.07 52.13 0.76 0.69
Hex EC DC 72 0 7 34 7 34 4C 45
Octal 354 334 162 0 7 64 7 64 114 105
Binary 11101100 11011100 1110010 0 111 110100 111 110100 1001100 1000101

Color Harmonies of #ECDC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC72

Black with #ECDC72

Text Example


Text Example

White with #ECDC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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