Html Css Color HEX #EBA84C Casablanca

📋 copy color: '#EBA84C'

red 235 ◦ green 168 ◦ blue 76

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

Shades of Casablanca #EBA84C

Tints of Casablanca #EBA84C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.07%

 BLUE value IS 76 (30.08% from 255) = 15.87%

R = 49.06%
G = 35.07%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBA84C (or 0xEBA84C) is known color: Casablanca. HEX triplet: EB, A8 and 4C. RGB value is (235,168,76). Sum of RGB (Red+Green+Blue) = 235+168+76=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA84C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA84C is #1457B3. Grayscale: #B1B1B1. Windows color (decimal): -1333172 or 5023979. OLE color: 5023979.

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

Color convert

RGB 235 168 76 -
CMYK 0 0.29 0.68 0.08
HSL 34.72º 0.8% 0.61% -
HSV(B) 34.72º 0.68% 0.92% -
XYZ 49.57 46.19 13.14 -
YUV 177.55 70.7 168.98 -
System Red Green Blue C M Y K H S L
Decimal 235 168 76 0 0.29 0.68 0.08 34.72 0.8 0.61
Hex EB A8 4C 0 1D 44 8 23 50 3D
Octal 353 250 114 0 35 104 10 43 120 75
Binary 11101011 10101000 1001100 0 11101 1000100 1000 100011 1010000 111101

Color Harmonies of #EBA84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA84C

Black with #EBA84C

Text Example


Text Example

White with #EBA84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA84C; }

 p { color: rgb(235,168,76); }

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

background-color css

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

 a { background-color: rgb(235,168,76); }

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

border-color css

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

 span { border-color: rgb(235,168,76); }

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