Html Css Color HEX #EBBC4C Cream Can

📋 copy color: '#EBBC4C'

red 235 ◦ green 188 ◦ blue 76

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

Shades of Cream Can #EBBC4C

Tints of Cream Can #EBBC4C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.68%

 BLUE value IS 76 (30.08% from 255) = 15.23%

R = 47.09%
G = 37.68%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBBC4C (or 0xEBBC4C) is known color: Cream Can. HEX triplet: EB, BC and 4C. RGB value is (235,188,76). Sum of RGB (Red+Green+Blue) = 235+188+76=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBC4C is #1443B3. Grayscale: #BDBDBD. Windows color (decimal): -1328052 or 5029099. OLE color: 5029099.

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

Color convert

RGB 235 188 76 -
CMYK 0 0.2 0.68 0.08
HSL 42.26º 0.8% 0.61% -
HSV(B) 42.26º 0.68% 0.92% -
XYZ 53.55 54.15 14.47 -
YUV 189.29 64.07 160.61 -
System Red Green Blue C M Y K H S L
Decimal 235 188 76 0 0.2 0.68 0.08 42.26 0.8 0.61
Hex EB BC 4C 0 14 44 8 2A 50 3D
Octal 353 274 114 0 24 104 10 52 120 75
Binary 11101011 10111100 1001100 0 10100 1000100 1000 101010 1010000 111101

Color Harmonies of #EBBC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBC4C

Black with #EBBC4C

Text Example


Text Example

White with #EBBC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBC4C; }

 p { color: rgb(235,188,76); }

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

background-color css

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

 a { background-color: rgb(235,188,76); }

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

border-color css

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

 span { border-color: rgb(235,188,76); }

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