Html Css Color HEX #EBA350 Casablanca

📋 copy color: '#EBA350'

red 235 ◦ green 163 ◦ blue 80

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

Shades of Casablanca #EBA350

Tints of Casablanca #EBA350

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.1%

 BLUE value IS 80 (31.64% from 255) = 16.74%

R = 49.16%
G = 34.1%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EBA350 (or 0xEBA350) is known color: Casablanca. HEX triplet: EB, A3 and 50. RGB value is (235,163,80). Sum of RGB (Red+Green+Blue) = 235+163+80=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA350 is #145CAF. Grayscale: #AFAFAF. Windows color (decimal): -1334448 or 5284843. OLE color: 5284843.

HSL color Cylindrical-coordinate representation of color #EBA350: hue angle of 32.13º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EBA350 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 163 80 -
CMYK 0 0.31 0.66 0.08
HSL 32.13º 0.79% 0.62% -
HSV(B) 32.13º 0.66% 0.92% -
XYZ 48.81 44.44 13.59 -
YUV 175.07 74.35 170.75 -
System Red Green Blue C M Y K H S L
Decimal 235 163 80 0 0.31 0.66 0.08 32.13 0.79 0.62
Hex EB A3 50 0 1F 42 8 20 4F 3E
Octal 353 243 120 0 37 102 10 40 117 76
Binary 11101011 10100011 1010000 0 11111 1000010 1000 100000 1001111 111110

Color Harmonies of #EBA350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA350

Black with #EBA350

Text Example


Text Example

White with #EBA350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA350; }

 p { color: rgb(235,163,80); }

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

background-color css

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

 a { background-color: rgb(235,163,80); }

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

border-color css

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

 span { border-color: rgb(235,163,80); }

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