Html Css Color HEX #EBBD4E Cream Can

📋 copy color: '#EBBD4E'

red 235 ◦ green 189 ◦ blue 78

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

Shades of Cream Can #EBBD4E

Tints of Cream Can #EBBD4E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.65%

 BLUE value IS 78 (30.86% from 255) = 15.54%

R = 46.81%
G = 37.65%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBBD4E (or 0xEBBD4E) is known color: Cream Can. HEX triplet: EB, BD and 4E. RGB value is (235,189,78). Sum of RGB (Red+Green+Blue) = 235+189+78=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 78 (30.86% from 255 or 15.54% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBD4E is #1442B1. Grayscale: #BEBEBE. Windows color (decimal): -1327794 or 5160427. OLE color: 5160427.

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

Color convert

RGB 235 189 78 -
CMYK 0 0.20 0.67 0.08
HSL 42.42º 0.8% 0.61% -
HSV(B) 42.42º 0.67% 0.92% -
XYZ 53.83 54.61 14.91 -
YUV 190.1 64.74 160.03 -
System Red Green Blue C M Y K H S L
Decimal 235 189 78 0 0.20 0.67 0.08 42.42 0.8 0.61
Hex EB BD 4E 0 14 43 8 2A 50 3D
Octal 353 275 116 0 24 103 10 52 120 75
Binary 11101011 10111101 1001110 0 10100 1000011 1000 101010 1010000 111101

Color Harmonies of #EBBD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBD4E

Black with #EBBD4E

Text Example


Text Example

White with #EBBD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBD4E; }

 p { color: rgb(235,189,78); }

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

background-color css

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

 a { background-color: rgb(235,189,78); }

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

border-color css

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

 span { border-color: rgb(235,189,78); }

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