Html Css Color HEX #EBB458 Casablanca

📋 copy color: '#EBB458'

red 235 ◦ green 180 ◦ blue 88

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

Shades of Casablanca #EBB458

Tints of Casablanca #EBB458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.5%

R = 46.72%
G = 35.79%
B = 17.5%

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

#EBB458 (or 0xEBB458) is known color: Casablanca. HEX triplet: EB, B4 and 58. RGB value is (235,180,88). Sum of RGB (Red+Green+Blue) = 235+180+88=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 88 (34.77% from 255 or 17.50% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB458 is #144BA7. Grayscale: #BABABA. Windows color (decimal): -1330088 or 5813483. OLE color: 5813483.

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

Color convert

RGB 235 180 88 -
CMYK 0 0.23 0.63 0.08
HSL 37.55º 0.79% 0.63% -
HSV(B) 37.55º 0.63% 0.92% -
XYZ 52.34 51.01 16.32 -
YUV 185.96 72.72 162.98 -
System Red Green Blue C M Y K H S L
Decimal 235 180 88 0 0.23 0.63 0.08 37.55 0.79 0.63
Hex EB B4 58 0 17 3F 8 26 4F 3F
Octal 353 264 130 0 27 77 10 46 117 77
Binary 11101011 10110100 1011000 0 10111 111111 1000 100110 1001111 111111

Color Harmonies of #EBB458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB458

Black with #EBB458

Text Example


Text Example

White with #EBB458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB458; }

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

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

background-color css

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

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

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

border-color css

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

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

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