Html Css Color HEX #EBC04F Cream Can

📋 copy color: '#EBC04F'

red 235 ◦ green 192 ◦ blue 79

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

Shades of Cream Can #EBC04F

Tints of Cream Can #EBC04F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.94%

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

R = 46.44%
G = 37.94%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EBC04F (or 0xEBC04F) is known color: Cream Can. HEX triplet: EB, C0 and 4F. RGB value is (235,192,79). Sum of RGB (Red+Green+Blue) = 235+192+79=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 79 (31.25% from 255 or 15.61% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC04F is #143FB0. Grayscale: #C0C0C0. Windows color (decimal): -1327025 or 5226731. OLE color: 5226731.

HSL color Cylindrical-coordinate representation of color #EBC04F: hue angle of 43.46º 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 #EBC04F is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 192 79 -
CMYK 0 0.18 0.66 0.08
HSL 43.46º 0.8% 0.62% -
HSV(B) 43.46º 0.66% 0.92% -
XYZ 54.52 55.93 15.32 -
YUV 191.98 64.25 158.69 -
System Red Green Blue C M Y K H S L
Decimal 235 192 79 0 0.18 0.66 0.08 43.46 0.8 0.62
Hex EB C0 4F 0 12 42 8 2B 50 3E
Octal 353 300 117 0 22 102 10 53 120 76
Binary 11101011 11000000 1001111 0 10010 1000010 1000 101011 1010000 111110

Color Harmonies of #EBC04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC04F

Black with #EBC04F

Text Example


Text Example

White with #EBC04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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