Html Css Color HEX #EBC24D Cream Can

📋 copy color: '#EBC24D'

red 235 ◦ green 194 ◦ blue 77

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

Shades of Cream Can #EBC24D

Tints of Cream Can #EBC24D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.22%

R = 46.44%
G = 38.34%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBC24D (or 0xEBC24D) is known color: Cream Can. HEX triplet: EB, C2 and 4D. RGB value is (235,194,77). Sum of RGB (Red+Green+Blue) = 235+194+77=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC24D is #143DB2. Grayscale: #C1C1C1. Windows color (decimal): -1326515 or 5096171. OLE color: 5096171.

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

Color convert

RGB 235 194 77 -
CMYK 0 0.17 0.67 0.08
HSL 44.43º 0.8% 0.61% -
HSV(B) 44.43º 0.67% 0.92% -
XYZ 54.89 56.78 15.09 -
YUV 192.92 62.58 158.01 -
System Red Green Blue C M Y K H S L
Decimal 235 194 77 0 0.17 0.67 0.08 44.43 0.8 0.61
Hex EB C2 4D 0 11 43 8 2C 50 3D
Octal 353 302 115 0 21 103 10 54 120 75
Binary 11101011 11000010 1001101 0 10001 1000011 1000 101100 1010000 111101

Color Harmonies of #EBC24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC24D

Black with #EBC24D

Text Example


Text Example

White with #EBC24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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