Html Css Color HEX #EBA94E Casablanca

📋 copy color: '#EBA94E'

red 235 ◦ green 169 ◦ blue 78

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

Shades of Casablanca #EBA94E

Tints of Casablanca #EBA94E

RGB

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

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

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

R = 48.76%
G = 35.06%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBA94E (or 0xEBA94E) is known color: Casablanca. HEX triplet: EB, A9 and 4E. RGB value is (235,169,78). Sum of RGB (Red+Green+Blue) = 235+169+78=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 78 (30.86% from 255 or 16.18% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA94E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA94E is #1456B1. Grayscale: #B2B2B2. Windows color (decimal): -1332914 or 5155307. OLE color: 5155307.

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

Color convert

RGB 235 169 78 -
CMYK 0 0.28 0.67 0.08
HSL 34.78º 0.8% 0.61% -
HSV(B) 34.78º 0.67% 0.92% -
XYZ 49.82 46.59 13.57 -
YUV 178.36 71.37 168.4 -
System Red Green Blue C M Y K H S L
Decimal 235 169 78 0 0.28 0.67 0.08 34.78 0.8 0.61
Hex EB A9 4E 0 1C 43 8 23 50 3D
Octal 353 251 116 0 34 103 10 43 120 75
Binary 11101011 10101001 1001110 0 11100 1000011 1000 100011 1010000 111101

Color Harmonies of #EBA94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA94E

Black with #EBA94E

Text Example


Text Example

White with #EBA94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA94E; }

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

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

background-color css

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

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

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

border-color css

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

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

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