Html Css Color HEX #ECDB70 Wild Rice

📋 copy color: '#ECDB70'

red 236 ◦ green 219 ◦ blue 112

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

Shades of Wild Rice #ECDB70

Tints of Wild Rice #ECDB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.75%

R = 41.62%
G = 38.62%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECDB70 (or 0xECDB70) is known color: Wild Rice. HEX triplet: EC, DB and 70. RGB value is (236,219,112). Sum of RGB (Red+Green+Blue) = 236+219+112=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB70 is #13248F. Grayscale: #D4D4D4. Windows color (decimal): -1254544 or 7396332. OLE color: 7396332.

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

Color convert

RGB 236 219 112 -
CMYK 0 0.07 0.53 0.07
HSL 51.77º 0.77% 0.68% -
HSV(B) 51.77º 0.53% 0.93% -
XYZ 62.85 69.67 25.46 -
YUV 211.89 71.63 145.2 -
System Red Green Blue C M Y K H S L
Decimal 236 219 112 0 0.07 0.53 0.07 51.77 0.77 0.68
Hex EC DB 70 0 7 35 7 34 4D 44
Octal 354 333 160 0 7 65 7 64 115 104
Binary 11101100 11011011 1110000 0 111 110101 111 110100 1001101 1000100

Color Harmonies of #ECDB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB70

Black with #ECDB70

Text Example


Text Example

White with #ECDB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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