Html Css Color HEX #EBB157 Casablanca

📋 copy color: '#EBB157'

red 235 ◦ green 177 ◦ blue 87

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

Shades of Casablanca #EBB157

Tints of Casablanca #EBB157

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.47%

 BLUE value IS 87 (34.38% from 255) = 17.43%

R = 47.09%
G = 35.47%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EBB157 (or 0xEBB157) is known color: Casablanca. HEX triplet: EB, B1 and 57. RGB value is (235,177,87). Sum of RGB (Red+Green+Blue) = 235+177+87=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB157 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBB157 is #144EA8. Grayscale: #B8B8B8. Windows color (decimal): -1330857 or 5747179. OLE color: 5747179.

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

Color convert

RGB 235 177 87 -
CMYK 0 0.25 0.63 0.08
HSL 36.49º 0.79% 0.63% -
HSV(B) 36.49º 0.63% 0.92% -
XYZ 51.7 49.79 15.9 -
YUV 184.08 73.22 164.32 -
System Red Green Blue C M Y K H S L
Decimal 235 177 87 0 0.25 0.63 0.08 36.49 0.79 0.63
Hex EB B1 57 0 19 3F 8 24 4F 3F
Octal 353 261 127 0 31 77 10 44 117 77
Binary 11101011 10110001 1010111 0 11001 111111 1000 100100 1001111 111111

Color Harmonies of #EBB157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB157

Black with #EBB157

Text Example


Text Example

White with #EBB157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB157; }

 p { color: rgb(235,177,87); }

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

background-color css

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

 a { background-color: rgb(235,177,87); }

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

border-color css

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

 span { border-color: rgb(235,177,87); }

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