Html Css Color HEX #EBA54C Casablanca

📋 copy color: '#EBA54C'

red 235 ◦ green 165 ◦ blue 76

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

Shades of Casablanca #EBA54C

Tints of Casablanca #EBA54C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.97%

R = 49.37%
G = 34.66%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBA54C (or 0xEBA54C) is known color: Casablanca. HEX triplet: EB, A5 and 4C. RGB value is (235,165,76). Sum of RGB (Red+Green+Blue) = 235+165+76=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 76 (30.08% from 255 or 15.97% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA54C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA54C is #145AB3. Grayscale: #B0B0B0. Windows color (decimal): -1333940 or 5023211. OLE color: 5023211.

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

Color convert

RGB 235 165 76 -
CMYK 0 0.30 0.68 0.08
HSL 33.58º 0.8% 0.61% -
HSV(B) 33.58º 0.68% 0.92% -
XYZ 49.02 45.09 12.96 -
YUV 175.78 71.69 170.24 -
System Red Green Blue C M Y K H S L
Decimal 235 165 76 0 0.30 0.68 0.08 33.58 0.8 0.61
Hex EB A5 4C 0 1E 44 8 22 50 3D
Octal 353 245 114 0 36 104 10 42 120 75
Binary 11101011 10100101 1001100 0 11110 1000100 1000 100010 1010000 111101

Color Harmonies of #EBA54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA54C

Black with #EBA54C

Text Example


Text Example

White with #EBA54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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