Html Css Color HEX #ECDA76 Wild Rice

📋 copy color: '#ECDA76'

red 236 ◦ green 218 ◦ blue 118

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

Shades of Wild Rice #ECDA76

Tints of Wild Rice #ECDA76

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.11%

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

R = 41.26%
G = 38.11%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#ECDA76 (or 0xECDA76) is known color: Wild Rice. HEX triplet: EC, DA and 76. RGB value is (236,218,118). Sum of RGB (Red+Green+Blue) = 236+218+118=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA76 is #132589. Grayscale: #D4D4D4. Windows color (decimal): -1254794 or 7789292. OLE color: 7789292.

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

Color convert

RGB 236 218 118 -
CMYK 0 0.08 0.5 0.07
HSL 50.85º 0.76% 0.69% -
HSV(B) 50.85º 0.5% 0.93% -
XYZ 62.93 69.28 27.2 -
YUV 211.98 74.96 145.13 -
System Red Green Blue C M Y K H S L
Decimal 236 218 118 0 0.08 0.5 0.07 50.85 0.76 0.69
Hex EC DA 76 0 8 32 7 33 4C 45
Octal 354 332 166 0 10 62 7 63 114 105
Binary 11101100 11011010 1110110 0 1000 110010 111 110011 1001100 1000101

Color Harmonies of #ECDA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA76

Black with #ECDA76

Text Example


Text Example

White with #ECDA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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