Html Css Color HEX #EBC14B Cream Can

📋 copy color: '#EBC14B'

red 235 ◦ green 193 ◦ blue 75

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

Shades of Cream Can #EBC14B

Tints of Cream Can #EBC14B

RGB

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

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

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

R = 46.72%
G = 38.37%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBC14B (or 0xEBC14B) is known color: Cream Can. HEX triplet: EB, C1 and 4B. RGB value is (235,193,75). Sum of RGB (Red+Green+Blue) = 235+193+75=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC14B is #143EB4. Grayscale: #C0C0C0. Windows color (decimal): -1326773 or 4964843. OLE color: 4964843.

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

Color convert

RGB 235 193 75 -
CMYK 0 0.18 0.68 0.08
HSL 44.25º 0.8% 0.61% -
HSV(B) 44.25º 0.68% 0.92% -
XYZ 54.6 56.31 14.65 -
YUV 192.11 61.91 158.59 -
System Red Green Blue C M Y K H S L
Decimal 235 193 75 0 0.18 0.68 0.08 44.25 0.8 0.61
Hex EB C1 4B 0 12 44 8 2C 50 3D
Octal 353 301 113 0 22 104 10 54 120 75
Binary 11101011 11000001 1001011 0 10010 1000100 1000 101100 1010000 111101

Color Harmonies of #EBC14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC14B

Black with #EBC14B

Text Example


Text Example

White with #EBC14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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