Html Css Color HEX #EBC45A Cream Can

📋 copy color: '#EBC45A'

red 235 ◦ green 196 ◦ blue 90

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

Shades of Cream Can #EBC45A

Tints of Cream Can #EBC45A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.62%

 BLUE value IS 90 (35.55% from 255) = 17.27%

R = 45.11%
G = 37.62%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EBC45A (or 0xEBC45A) is known color: Cream Can. HEX triplet: EB, C4 and 5A. RGB value is (235,196,90). Sum of RGB (Red+Green+Blue) = 235+196+90=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC45A is #143BA5. Grayscale: #C4C4C4. Windows color (decimal): -1325990 or 5948651. OLE color: 5948651.

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

Color convert

RGB 235 196 90 -
CMYK 0 0.17 0.62 0.08
HSL 43.86º 0.78% 0.64% -
HSV(B) 43.86º 0.62% 0.92% -
XYZ 55.85 57.88 17.9 -
YUV 195.58 68.42 156.12 -
System Red Green Blue C M Y K H S L
Decimal 235 196 90 0 0.17 0.62 0.08 43.86 0.78 0.64
Hex EB C4 5A 0 11 3E 8 2C 4E 40
Octal 353 304 132 0 21 76 10 54 116 100
Binary 11101011 11000100 1011010 0 10001 111110 1000 101100 1001110 1000000

Color Harmonies of #EBC45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC45A

Black with #EBC45A

Text Example


Text Example

White with #EBC45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC45A; }

 p { color: rgb(235,196,90); }

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

background-color css

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

 a { background-color: rgb(235,196,90); }

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

border-color css

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

 span { border-color: rgb(235,196,90); }

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