Html Css Color HEX #EBC64F Cream Can

📋 copy color: '#EBC64F'

red 235 ◦ green 198 ◦ blue 79

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

Shades of Cream Can #EBC64F

Tints of Cream Can #EBC64F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.67%

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

R = 45.9%
G = 38.67%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EBC64F (or 0xEBC64F) is known color: Cream Can. HEX triplet: EB, C6 and 4F. RGB value is (235,198,79). Sum of RGB (Red+Green+Blue) = 235+198+79=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 79 (31.25% from 255 or 15.43% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC64F is #1439B0. Grayscale: #C4C4C4. Windows color (decimal): -1325489 or 5228267. OLE color: 5228267.

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

Color convert

RGB 235 198 79 -
CMYK 0 0.16 0.66 0.08
HSL 45.77º 0.8% 0.62% -
HSV(B) 45.77º 0.66% 0.92% -
XYZ 55.87 58.61 15.77 -
YUV 195.5 62.26 156.18 -
System Red Green Blue C M Y K H S L
Decimal 235 198 79 0 0.16 0.66 0.08 45.77 0.8 0.62
Hex EB C6 4F 0 10 42 8 2E 50 3E
Octal 353 306 117 0 20 102 10 56 120 76
Binary 11101011 11000110 1001111 0 10000 1000010 1000 101110 1010000 111110

Color Harmonies of #EBC64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC64F

Black with #EBC64F

Text Example


Text Example

White with #EBC64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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