Html Css Color HEX #EBC24B Cream Can

📋 copy color: '#EBC24B'

red 235 ◦ green 194 ◦ blue 75

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

Shades of Cream Can #EBC24B

Tints of Cream Can #EBC24B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.49%

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

R = 46.63%
G = 38.49%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBC24B (or 0xEBC24B) is known color: Cream Can. HEX triplet: EB, C2 and 4B. RGB value is (235,194,75). Sum of RGB (Red+Green+Blue) = 235+194+75=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 75 (29.69% from 255 or 14.88% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC24B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC24B is #143DB4. Grayscale: #C1C1C1. Windows color (decimal): -1326517 or 4965099. OLE color: 4965099.

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

Color convert

RGB 235 194 75 -
CMYK 0 0.17 0.68 0.08
HSL 44.63º 0.8% 0.61% -
HSV(B) 44.63º 0.68% 0.92% -
XYZ 54.82 56.75 14.72 -
YUV 192.69 61.58 158.18 -
System Red Green Blue C M Y K H S L
Decimal 235 194 75 0 0.17 0.68 0.08 44.63 0.8 0.61
Hex EB C2 4B 0 11 44 8 2D 50 3D
Octal 353 302 113 0 21 104 10 55 120 75
Binary 11101011 11000010 1001011 0 10001 1000100 1000 101101 1010000 111101

Color Harmonies of #EBC24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC24B

Black with #EBC24B

Text Example


Text Example

White with #EBC24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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