Html Css Color HEX #ECDB6F Wild Rice

📋 copy color: '#ECDB6F'

red 236 ◦ green 219 ◦ blue 111

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

Shades of Wild Rice #ECDB6F

Tints of Wild Rice #ECDB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.61%

R = 41.7%
G = 38.69%
B = 19.61%

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

#ECDB6F (or 0xECDB6F) is known color: Wild Rice. HEX triplet: EC, DB and 6F. RGB value is (236,219,111). Sum of RGB (Red+Green+Blue) = 236+219+111=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 111 (43.75% from 255 or 19.61% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB6F is #132490. Grayscale: #D4D4D4. Windows color (decimal): -1254545 or 7330796. OLE color: 7330796.

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

Color convert

RGB 236 219 111 -
CMYK 0 0.07 0.53 0.07
HSL 51.84º 0.77% 0.68% -
HSV(B) 51.84º 0.53% 0.93% -
XYZ 62.79 69.64 25.17 -
YUV 211.77 71.13 145.28 -
System Red Green Blue C M Y K H S L
Decimal 236 219 111 0 0.07 0.53 0.07 51.84 0.77 0.68
Hex EC DB 6F 0 7 35 7 34 4D 44
Octal 354 333 157 0 7 65 7 64 115 104
Binary 11101100 11011011 1101111 0 111 110101 111 110100 1001101 1000100

Color Harmonies of #ECDB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB6F

Black with #ECDB6F

Text Example


Text Example

White with #ECDB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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