Html Css Color HEX #ECBF42 Cream Can

📋 copy color: '#ECBF42'

red 236 ◦ green 191 ◦ blue 66

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

Shades of Cream Can #ECBF42

Tints of Cream Can #ECBF42

RGB

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

 GREEN value IS 191 (75% from 255) = 38.74%

 BLUE value IS 66 (26.17% from 255) = 13.39%

R = 47.87%
G = 38.74%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ECBF42 (or 0xECBF42) is known color: Cream Can. HEX triplet: EC, BF and 42. RGB value is (236,191,66). Sum of RGB (Red+Green+Blue) = 236+191+66=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 66 (26.17% from 255 or 13.39% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBF42 is #1340BD. Grayscale: #BEBEBE. Windows color (decimal): -1261758 or 4374508. OLE color: 4374508.

HSL color Cylindrical-coordinate representation of color #ECBF42: hue angle of 44.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECBF42 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 191 66 -
CMYK 0 0.19 0.72 0.07
HSL 44.12º 0.82% 0.59% -
HSV(B) 44.12º 0.72% 0.93% -
XYZ 54.21 55.49 13.01 -
YUV 190.21 57.91 160.66 -
System Red Green Blue C M Y K H S L
Decimal 236 191 66 0 0.19 0.72 0.07 44.12 0.82 0.59
Hex EC BF 42 0 13 48 7 2C 52 3B
Octal 354 277 102 0 23 110 7 54 122 73
Binary 11101100 10111111 1000010 0 10011 1001000 111 101100 1010010 111011

Color Harmonies of #ECBF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBF42

Black with #ECBF42

Text Example


Text Example

White with #ECBF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBF42; }

 p { color: rgb(236,191,66); }

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

background-color css

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

 a { background-color: rgb(236,191,66); }

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

border-color css

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

 span { border-color: rgb(236,191,66); }

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