Html Css Color HEX #EBC14D Cream Can

📋 copy color: '#EBC14D'

red 235 ◦ green 193 ◦ blue 77

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

Shades of Cream Can #EBC14D

Tints of Cream Can #EBC14D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.22%

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

R = 46.53%
G = 38.22%
B = 15.25%

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

#EBC14D (or 0xEBC14D) is known color: Cream Can. HEX triplet: EB, C1 and 4D. RGB value is (235,193,77). Sum of RGB (Red+Green+Blue) = 235+193+77=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 77 (30.47% from 255 or 15.25% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC14D is #143EB2. Grayscale: #C0C0C0. Windows color (decimal): -1326771 or 5095915. OLE color: 5095915.

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

Color convert

RGB 235 193 77 -
CMYK 0 0.18 0.67 0.08
HSL 44.05º 0.8% 0.61% -
HSV(B) 44.05º 0.67% 0.92% -
XYZ 54.67 56.34 15.01 -
YUV 192.33 62.91 158.43 -
System Red Green Blue C M Y K H S L
Decimal 235 193 77 0 0.18 0.67 0.08 44.05 0.8 0.61
Hex EB C1 4D 0 12 43 8 2C 50 3D
Octal 353 301 115 0 22 103 10 54 120 75
Binary 11101011 11000001 1001101 0 10010 1000011 1000 101100 1010000 111101

Color Harmonies of #EBC14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC14D

Black with #EBC14D

Text Example


Text Example

White with #EBC14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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