Html Css Color HEX #EBB457 Casablanca

📋 copy color: '#EBB457'

red 235 ◦ green 180 ◦ blue 87

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

Shades of Casablanca #EBB457

Tints of Casablanca #EBB457

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.86%

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

R = 46.81%
G = 35.86%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EBB457 (or 0xEBB457) is known color: Casablanca. HEX triplet: EB, B4 and 57. RGB value is (235,180,87). Sum of RGB (Red+Green+Blue) = 235+180+87=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 87 (34.38% from 255 or 17.33% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB457 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB457 is #144BA8. Grayscale: #BABABA. Windows color (decimal): -1330089 or 5747947. OLE color: 5747947.

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

Color convert

RGB 235 180 87 -
CMYK 0 0.23 0.63 0.08
HSL 37.7º 0.79% 0.63% -
HSV(B) 37.7º 0.63% 0.92% -
XYZ 52.3 50.99 16.1 -
YUV 185.84 72.22 163.06 -
System Red Green Blue C M Y K H S L
Decimal 235 180 87 0 0.23 0.63 0.08 37.7 0.79 0.63
Hex EB B4 57 0 17 3F 8 26 4F 3F
Octal 353 264 127 0 27 77 10 46 117 77
Binary 11101011 10110100 1010111 0 10111 111111 1000 100110 1001111 111111

Color Harmonies of #EBB457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB457

Black with #EBB457

Text Example


Text Example

White with #EBB457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB457; }

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

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

background-color css

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

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

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

border-color css

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

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

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