Html Css Color HEX #EBA94B Casablanca

📋 copy color: '#EBA94B'

red 235 ◦ green 169 ◦ blue 75

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

Shades of Casablanca #EBA94B

Tints of Casablanca #EBA94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.66%

R = 49.06%
G = 35.28%
B = 15.66%

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

#EBA94B (or 0xEBA94B) is known color: Casablanca. HEX triplet: EB, A9 and 4B. RGB value is (235,169,75). Sum of RGB (Red+Green+Blue) = 235+169+75=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA94B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA94B is #1456B4. Grayscale: #B2B2B2. Windows color (decimal): -1332917 or 4958699. OLE color: 4958699.

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

Color convert

RGB 235 169 75 -
CMYK 0 0.28 0.68 0.08
HSL 35.25º 0.8% 0.61% -
HSV(B) 35.25º 0.68% 0.92% -
XYZ 49.72 46.55 13.02 -
YUV 178.02 69.87 168.64 -
System Red Green Blue C M Y K H S L
Decimal 235 169 75 0 0.28 0.68 0.08 35.25 0.8 0.61
Hex EB A9 4B 0 1C 44 8 23 50 3D
Octal 353 251 113 0 34 104 10 43 120 75
Binary 11101011 10101001 1001011 0 11100 1000100 1000 100011 1010000 111101

Color Harmonies of #EBA94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA94B

Black with #EBA94B

Text Example


Text Example

White with #EBA94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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