Html Css Color HEX #EBBC4B Cream Can

📋 copy color: '#EBBC4B'

red 235 ◦ green 188 ◦ blue 75

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

Shades of Cream Can #EBBC4B

Tints of Cream Can #EBBC4B

RGB

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

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

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

R = 47.19%
G = 37.75%
B = 15.06%

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

#EBBC4B (or 0xEBBC4B) is known color: Cream Can. HEX triplet: EB, BC and 4B. RGB value is (235,188,75). Sum of RGB (Red+Green+Blue) = 235+188+75=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 75 (29.69% from 255 or 15.06% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBC4B is #1443B4. Grayscale: #BDBDBD. Windows color (decimal): -1328053 or 4963563. OLE color: 4963563.

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

Color convert

RGB 235 188 75 -
CMYK 0 0.2 0.68 0.08
HSL 42.38º 0.8% 0.61% -
HSV(B) 42.38º 0.68% 0.92% -
XYZ 53.51 54.14 14.29 -
YUV 189.17 63.57 160.69 -
System Red Green Blue C M Y K H S L
Decimal 235 188 75 0 0.2 0.68 0.08 42.38 0.8 0.61
Hex EB BC 4B 0 14 44 8 2A 50 3D
Octal 353 274 113 0 24 104 10 52 120 75
Binary 11101011 10111100 1001011 0 10100 1000100 1000 101010 1010000 111101

Color Harmonies of #EBBC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBC4B

Black with #EBBC4B

Text Example


Text Example

White with #EBBC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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