Html Css Color HEX #ECC34B Cream Can

📋 copy color: '#ECC34B'

red 236 ◦ green 195 ◦ blue 75

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

Shades of Cream Can #ECC34B

Tints of Cream Can #ECC34B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.54%

 BLUE value IS 75 (29.69% from 255) = 14.82%

R = 46.64%
G = 38.54%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECC34B (or 0xECC34B) is known color: Cream Can. HEX triplet: EC, C3 and 4B. RGB value is (236,195,75). Sum of RGB (Red+Green+Blue) = 236+195+75=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 75 (29.69% from 255 or 14.82% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC34B is #133CB4. Grayscale: #C2C2C2. Windows color (decimal): -1260725 or 4965356. OLE color: 4965356.

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

Color convert

RGB 236 195 75 -
CMYK 0 0.17 0.68 0.07
HSL 44.72º 0.81% 0.61% -
HSV(B) 44.72º 0.68% 0.93% -
XYZ 55.38 57.37 14.81 -
YUV 193.58 61.08 158.26 -
System Red Green Blue C M Y K H S L
Decimal 236 195 75 0 0.17 0.68 0.07 44.72 0.81 0.61
Hex EC C3 4B 0 11 44 7 2D 51 3D
Octal 354 303 113 0 21 104 7 55 121 75
Binary 11101100 11000011 1001011 0 10001 1000100 111 101101 1010001 111101

Color Harmonies of #ECC34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC34B

Black with #ECC34B

Text Example


Text Example

White with #ECC34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC34B; }

 p { color: rgb(236,195,75); }

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

background-color css

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

 a { background-color: rgb(236,195,75); }

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

border-color css

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

 span { border-color: rgb(236,195,75); }

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