Html Css Color HEX #EBC04D Cream Can

📋 copy color: '#EBC04D'

red 235 ◦ green 192 ◦ blue 77

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

Shades of Cream Can #EBC04D

Tints of Cream Can #EBC04D

RGB

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

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

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

R = 46.63%
G = 38.1%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBC04D (or 0xEBC04D) is known color: Cream Can. HEX triplet: EB, C0 and 4D. RGB value is (235,192,77). Sum of RGB (Red+Green+Blue) = 235+192+77=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC04D is #143FB2. Grayscale: #C0C0C0. Windows color (decimal): -1327027 or 5095659. OLE color: 5095659.

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

Color convert

RGB 235 192 77 -
CMYK 0 0.18 0.67 0.08
HSL 43.67º 0.8% 0.61% -
HSV(B) 43.67º 0.67% 0.92% -
XYZ 54.45 55.9 14.94 -
YUV 191.75 63.25 158.85 -
System Red Green Blue C M Y K H S L
Decimal 235 192 77 0 0.18 0.67 0.08 43.67 0.8 0.61
Hex EB C0 4D 0 12 43 8 2C 50 3D
Octal 353 300 115 0 22 103 10 54 120 75
Binary 11101011 11000000 1001101 0 10010 1000011 1000 101100 1010000 111101

Color Harmonies of #EBC04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC04D

Black with #EBC04D

Text Example


Text Example

White with #EBC04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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