Html Css Color HEX #ECDB73 Wild Rice

📋 copy color: '#ECDB73'

red 236 ◦ green 219 ◦ blue 115

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

Shades of Wild Rice #ECDB73

Tints of Wild Rice #ECDB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.18%

R = 41.4%
G = 38.42%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECDB73 (or 0xECDB73) is known color: Wild Rice. HEX triplet: EC, DB and 73. RGB value is (236,219,115). Sum of RGB (Red+Green+Blue) = 236+219+115=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 115 (45.31% from 255 or 20.18% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB73 is #13248C. Grayscale: #D4D4D4. Windows color (decimal): -1254541 or 7592940. OLE color: 7592940.

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

Color convert

RGB 236 219 115 -
CMYK 0 0.07 0.51 0.07
HSL 51.57º 0.76% 0.69% -
HSV(B) 51.57º 0.51% 0.93% -
XYZ 63.02 69.73 26.36 -
YUV 212.23 73.13 144.96 -
System Red Green Blue C M Y K H S L
Decimal 236 219 115 0 0.07 0.51 0.07 51.57 0.76 0.69
Hex EC DB 73 0 7 33 7 34 4C 45
Octal 354 333 163 0 7 63 7 64 114 105
Binary 11101100 11011011 1110011 0 111 110011 111 110100 1001100 1000101

Color Harmonies of #ECDB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB73

Black with #ECDB73

Text Example


Text Example

White with #ECDB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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