Html Css Color HEX #EBC04B Cream Can

📋 copy color: '#EBC04B'

red 235 ◦ green 192 ◦ blue 75

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

Shades of Cream Can #EBC04B

Tints of Cream Can #EBC04B

RGB

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

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

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

R = 46.81%
G = 38.25%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBC04B (or 0xEBC04B) is known color: Cream Can. HEX triplet: EB, C0 and 4B. RGB value is (235,192,75). Sum of RGB (Red+Green+Blue) = 235+192+75=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 75 (29.69% from 255 or 14.94% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC04B is #143FB4. Grayscale: #C0C0C0. Windows color (decimal): -1327029 or 4964587. OLE color: 4964587.

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

Color convert

RGB 235 192 75 -
CMYK 0 0.18 0.68 0.08
HSL 43.88º 0.8% 0.61% -
HSV(B) 43.88º 0.68% 0.92% -
XYZ 54.38 55.87 14.57 -
YUV 191.52 62.25 159.01 -
System Red Green Blue C M Y K H S L
Decimal 235 192 75 0 0.18 0.68 0.08 43.88 0.8 0.61
Hex EB C0 4B 0 12 44 8 2C 50 3D
Octal 353 300 113 0 22 104 10 54 120 75
Binary 11101011 11000000 1001011 0 10010 1000100 1000 101100 1010000 111101

Color Harmonies of #EBC04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC04B

Black with #EBC04B

Text Example


Text Example

White with #EBC04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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