Html Css Color HEX #EBC34F Cream Can

📋 copy color: '#EBC34F'

red 235 ◦ green 195 ◦ blue 79

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

Shades of Cream Can #EBC34F

Tints of Cream Can #EBC34F

RGB

 RED value IS 235 (92.19% from 255) = 46.17%

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

 BLUE value IS 79 (31.25% from 255) = 15.52%

R = 46.17%
G = 38.31%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EBC34F (or 0xEBC34F) is known color: Cream Can. HEX triplet: EB, C3 and 4F. RGB value is (235,195,79). Sum of RGB (Red+Green+Blue) = 235+195+79=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 79 (31.25% from 255 or 15.52% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC34F is #143CB0. Grayscale: #C2C2C2. Windows color (decimal): -1326257 or 5227499. OLE color: 5227499.

HSL color Cylindrical-coordinate representation of color #EBC34F: hue angle of 44.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EBC34F is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 195 79 -
CMYK 0 0.17 0.66 0.08
HSL 44.62º 0.8% 0.62% -
HSV(B) 44.62º 0.66% 0.92% -
XYZ 55.19 57.26 15.54 -
YUV 193.74 63.25 157.43 -
System Red Green Blue C M Y K H S L
Decimal 235 195 79 0 0.17 0.66 0.08 44.62 0.8 0.62
Hex EB C3 4F 0 11 42 8 2D 50 3E
Octal 353 303 117 0 21 102 10 55 120 76
Binary 11101011 11000011 1001111 0 10001 1000010 1000 101101 1010000 111110

Color Harmonies of #EBC34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC34F

Black with #EBC34F

Text Example


Text Example

White with #EBC34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC34F; }

 p { color: rgb(235,195,79); }

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

background-color css

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

 a { background-color: rgb(235,195,79); }

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

border-color css

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

 span { border-color: rgb(235,195,79); }

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