Html Css Color HEX #ECDB76 Wild Rice

📋 copy color: '#ECDB76'

red 236 ◦ green 219 ◦ blue 118

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

Shades of Wild Rice #ECDB76

Tints of Wild Rice #ECDB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.59%

R = 41.19%
G = 38.22%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#ECDB76 (or 0xECDB76) is known color: Wild Rice. HEX triplet: EC, DB and 76. RGB value is (236,219,118). Sum of RGB (Red+Green+Blue) = 236+219+118=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 118 (46.48% from 255 or 20.59% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB76 is #132489. Grayscale: #D4D4D4. Windows color (decimal): -1254538 or 7789548. OLE color: 7789548.

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

Color convert

RGB 236 219 118 -
CMYK 0 0.07 0.5 0.07
HSL 51.36º 0.76% 0.69% -
HSV(B) 51.36º 0.5% 0.93% -
XYZ 63.19 69.8 27.28 -
YUV 212.57 74.63 144.71 -
System Red Green Blue C M Y K H S L
Decimal 236 219 118 0 0.07 0.5 0.07 51.36 0.76 0.69
Hex EC DB 76 0 7 32 7 33 4C 45
Octal 354 333 166 0 7 62 7 63 114 105
Binary 11101100 11011011 1110110 0 111 110010 111 110011 1001100 1000101

Color Harmonies of #ECDB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB76

Black with #ECDB76

Text Example


Text Example

White with #ECDB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB76; }

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

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

background-color css

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

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

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

border-color css

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

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

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