Html Css Color HEX #EBA54D Casablanca

📋 copy color: '#EBA54D'

red 235 ◦ green 165 ◦ blue 77

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

Shades of Casablanca #EBA54D

Tints of Casablanca #EBA54D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.59%

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

R = 49.27%
G = 34.59%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBA54D (or 0xEBA54D) is known color: Casablanca. HEX triplet: EB, A5 and 4D. RGB value is (235,165,77). Sum of RGB (Red+Green+Blue) = 235+165+77=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA54D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA54D is #145AB2. Grayscale: #B0B0B0. Windows color (decimal): -1333939 or 5088747. OLE color: 5088747.

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

Color convert

RGB 235 165 77 -
CMYK 0 0.30 0.67 0.08
HSL 33.42º 0.8% 0.61% -
HSV(B) 33.42º 0.67% 0.92% -
XYZ 49.06 45.11 13.14 -
YUV 175.9 72.19 170.16 -
System Red Green Blue C M Y K H S L
Decimal 235 165 77 0 0.30 0.67 0.08 33.42 0.8 0.61
Hex EB A5 4D 0 1E 43 8 21 50 3D
Octal 353 245 115 0 36 103 10 41 120 75
Binary 11101011 10100101 1001101 0 11110 1000011 1000 100001 1010000 111101

Color Harmonies of #EBA54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA54D

Black with #EBA54D

Text Example


Text Example

White with #EBA54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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