Html Css Color HEX #EBA650 Casablanca

📋 copy color: '#EBA650'

red 235 ◦ green 166 ◦ blue 80

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

Shades of Casablanca #EBA650

Tints of Casablanca #EBA650

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.51%

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

R = 48.86%
G = 34.51%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EBA650 (or 0xEBA650) is known color: Casablanca. HEX triplet: EB, A6 and 50. RGB value is (235,166,80). Sum of RGB (Red+Green+Blue) = 235+166+80=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA650 is #1459AF. Grayscale: #B1B1B1. Windows color (decimal): -1333680 or 5285611. OLE color: 5285611.

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

Color convert

RGB 235 166 80 -
CMYK 0 0.29 0.66 0.08
HSL 33.29º 0.79% 0.62% -
HSV(B) 33.29º 0.66% 0.92% -
XYZ 49.35 45.51 13.77 -
YUV 176.83 73.36 169.49 -
System Red Green Blue C M Y K H S L
Decimal 235 166 80 0 0.29 0.66 0.08 33.29 0.79 0.62
Hex EB A6 50 0 1D 42 8 21 4F 3E
Octal 353 246 120 0 35 102 10 41 117 76
Binary 11101011 10100110 1010000 0 11101 1000010 1000 100001 1001111 111110

Color Harmonies of #EBA650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA650

Black with #EBA650

Text Example


Text Example

White with #EBA650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA650; }

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

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

background-color css

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

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

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

border-color css

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

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

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