Html Css Color HEX #EBA94A Casablanca

📋 copy color: '#EBA94A'

red 235 ◦ green 169 ◦ blue 74

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

Shades of Casablanca #EBA94A

Tints of Casablanca #EBA94A

RGB

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

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

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

R = 49.16%
G = 35.36%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBA94A (or 0xEBA94A) is known color: Casablanca. HEX triplet: EB, A9 and 4A. RGB value is (235,169,74). Sum of RGB (Red+Green+Blue) = 235+169+74=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA94A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA94A is #1456B5. Grayscale: #B2B2B2. Windows color (decimal): -1332918 or 4893163. OLE color: 4893163.

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

Color convert

RGB 235 169 74 -
CMYK 0 0.28 0.69 0.08
HSL 35.4º 0.8% 0.61% -
HSV(B) 35.4º 0.69% 0.92% -
XYZ 49.68 46.53 12.84 -
YUV 177.9 69.37 168.72 -
System Red Green Blue C M Y K H S L
Decimal 235 169 74 0 0.28 0.69 0.08 35.4 0.8 0.61
Hex EB A9 4A 0 1C 45 8 23 50 3D
Octal 353 251 112 0 34 105 10 43 120 75
Binary 11101011 10101001 1001010 0 11100 1000101 1000 100011 1010000 111101

Color Harmonies of #EBA94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA94A

Black with #EBA94A

Text Example


Text Example

White with #EBA94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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