Html Css Color HEX #EBA94D Casablanca

📋 copy color: '#EBA94D'

red 235 ◦ green 169 ◦ blue 77

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

Shades of Casablanca #EBA94D

Tints of Casablanca #EBA94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.01%

R = 48.86%
G = 35.14%
B = 16.01%

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

#EBA94D (or 0xEBA94D) is known color: Casablanca. HEX triplet: EB, A9 and 4D. RGB value is (235,169,77). Sum of RGB (Red+Green+Blue) = 235+169+77=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA94D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA94D is #1456B2. Grayscale: #B2B2B2. Windows color (decimal): -1332915 or 5089771. OLE color: 5089771.

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

Color convert

RGB 235 169 77 -
CMYK 0 0.28 0.67 0.08
HSL 34.94º 0.8% 0.61% -
HSV(B) 34.94º 0.67% 0.92% -
XYZ 49.79 46.57 13.39 -
YUV 178.25 70.87 168.48 -
System Red Green Blue C M Y K H S L
Decimal 235 169 77 0 0.28 0.67 0.08 34.94 0.8 0.61
Hex EB A9 4D 0 1C 43 8 23 50 3D
Octal 353 251 115 0 34 103 10 43 120 75
Binary 11101011 10101001 1001101 0 11100 1000011 1000 100011 1010000 111101

Color Harmonies of #EBA94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA94D

Black with #EBA94D

Text Example


Text Example

White with #EBA94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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