Html Css Color HEX #ECBE4A Cream Can

📋 copy color: '#ECBE4A'

red 236 ◦ green 190 ◦ blue 74

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

Shades of Cream Can #ECBE4A

Tints of Cream Can #ECBE4A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38%

 BLUE value IS 74 (29.3% from 255) = 14.8%

R = 47.2%
G = 38%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECBE4A (or 0xECBE4A) is known color: Cream Can. HEX triplet: EC, BE and 4A. RGB value is (236,190,74). Sum of RGB (Red+Green+Blue) = 236+190+74=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBE4A is #1341B5. Grayscale: #BFBFBF. Windows color (decimal): -1262006 or 4898540. OLE color: 4898540.

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

Color convert

RGB 236 190 74 -
CMYK 0 0.19 0.69 0.07
HSL 42.96º 0.81% 0.61% -
HSV(B) 42.96º 0.69% 0.93% -
XYZ 54.24 55.15 14.27 -
YUV 190.53 62.24 160.43 -
System Red Green Blue C M Y K H S L
Decimal 236 190 74 0 0.19 0.69 0.07 42.96 0.81 0.61
Hex EC BE 4A 0 13 45 7 2B 51 3D
Octal 354 276 112 0 23 105 7 53 121 75
Binary 11101100 10111110 1001010 0 10011 1000101 111 101011 1010001 111101

Color Harmonies of #ECBE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBE4A

Black with #ECBE4A

Text Example


Text Example

White with #ECBE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBE4A; }

 p { color: rgb(236,190,74); }

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

background-color css

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

 a { background-color: rgb(236,190,74); }

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

border-color css

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

 span { border-color: rgb(236,190,74); }

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