Html Css Color HEX #ECDB72 Wild Rice

📋 copy color: '#ECDB72'

red 236 ◦ green 219 ◦ blue 114

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

Shades of Wild Rice #ECDB72

Tints of Wild Rice #ECDB72

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.49%

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

R = 41.48%
G = 38.49%
B = 20.04%

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

#ECDB72 (or 0xECDB72) is known color: Wild Rice. HEX triplet: EC, DB and 72. RGB value is (236,219,114). Sum of RGB (Red+Green+Blue) = 236+219+114=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB72 is #13248D. Grayscale: #D4D4D4. Windows color (decimal): -1254542 or 7527404. OLE color: 7527404.

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

Color convert

RGB 236 219 114 -
CMYK 0 0.07 0.52 0.07
HSL 51.64º 0.76% 0.69% -
HSV(B) 51.64º 0.52% 0.93% -
XYZ 62.96 69.71 26.06 -
YUV 212.11 72.63 145.04 -
System Red Green Blue C M Y K H S L
Decimal 236 219 114 0 0.07 0.52 0.07 51.64 0.76 0.69
Hex EC DB 72 0 7 34 7 34 4C 45
Octal 354 333 162 0 7 64 7 64 114 105
Binary 11101100 11011011 1110010 0 111 110100 111 110100 1001100 1000101

Color Harmonies of #ECDB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB72

Black with #ECDB72

Text Example


Text Example

White with #ECDB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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