Html Css Color HEX #EBBE4A Cream Can

📋 copy color: '#EBBE4A'

red 235 ◦ green 190 ◦ blue 74

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

Shades of Cream Can #EBBE4A

Tints of Cream Can #EBBE4A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.08%

 BLUE value IS 74 (29.3% from 255) = 14.83%

R = 47.09%
G = 38.08%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBBE4A (or 0xEBBE4A) is known color: Cream Can. HEX triplet: EB, BE and 4A. RGB value is (235,190,74). Sum of RGB (Red+Green+Blue) = 235+190+74=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBE4A is #1441B5. Grayscale: #BEBEBE. Windows color (decimal): -1327542 or 4898539. OLE color: 4898539.

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

Color convert

RGB 235 190 74 -
CMYK 0 0.19 0.69 0.08
HSL 43.23º 0.8% 0.61% -
HSV(B) 43.23º 0.69% 0.92% -
XYZ 53.91 54.98 14.25 -
YUV 190.23 62.41 159.93 -
System Red Green Blue C M Y K H S L
Decimal 235 190 74 0 0.19 0.69 0.08 43.23 0.8 0.61
Hex EB BE 4A 0 13 45 8 2B 50 3D
Octal 353 276 112 0 23 105 10 53 120 75
Binary 11101011 10111110 1001010 0 10011 1000101 1000 101011 1010000 111101

Color Harmonies of #EBBE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBE4A

Black with #EBBE4A

Text Example


Text Example

White with #EBBE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBE4A; }

 p { color: rgb(235,190,74); }

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

background-color css

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

 a { background-color: rgb(235,190,74); }

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

border-color css

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

 span { border-color: rgb(235,190,74); }

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