Html Css Color HEX #EBA94C Casablanca

📋 copy color: '#EBA94C'

red 235 ◦ green 169 ◦ blue 76

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

Shades of Casablanca #EBA94C

Tints of Casablanca #EBA94C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.21%

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

R = 48.96%
G = 35.21%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBA94C (or 0xEBA94C) is known color: Casablanca. HEX triplet: EB, A9 and 4C. RGB value is (235,169,76). Sum of RGB (Red+Green+Blue) = 235+169+76=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA94C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA94C is #1456B3. Grayscale: #B2B2B2. Windows color (decimal): -1332916 or 5024235. OLE color: 5024235.

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

Color convert

RGB 235 169 76 -
CMYK 0 0.28 0.68 0.08
HSL 35.09º 0.8% 0.61% -
HSV(B) 35.09º 0.68% 0.92% -
XYZ 49.75 46.56 13.2 -
YUV 178.13 70.37 168.56 -
System Red Green Blue C M Y K H S L
Decimal 235 169 76 0 0.28 0.68 0.08 35.09 0.8 0.61
Hex EB A9 4C 0 1C 44 8 23 50 3D
Octal 353 251 114 0 34 104 10 43 120 75
Binary 11101011 10101001 1001100 0 11100 1000100 1000 100011 1010000 111101

Color Harmonies of #EBA94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA94C

Black with #EBA94C

Text Example


Text Example

White with #EBA94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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