Html Css Color HEX #EBB15A Casablanca

📋 copy color: '#EBB15A'

red 235 ◦ green 177 ◦ blue 90

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

Shades of Casablanca #EBB15A

Tints of Casablanca #EBB15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.93%

R = 46.81%
G = 35.26%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EBB15A (or 0xEBB15A) is known color: Casablanca. HEX triplet: EB, B1 and 5A. RGB value is (235,177,90). Sum of RGB (Red+Green+Blue) = 235+177+90=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB15A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBB15A is #144EA5. Grayscale: #B8B8B8. Windows color (decimal): -1330854 or 5943787. OLE color: 5943787.

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

Color convert

RGB 235 177 90 -
CMYK 0 0.25 0.62 0.08
HSL 36º 0.78% 0.64% -
HSV(B) 36º 0.62% 0.92% -
XYZ 51.83 49.84 16.56 -
YUV 184.42 74.72 164.07 -
System Red Green Blue C M Y K H S L
Decimal 235 177 90 0 0.25 0.62 0.08 36 0.78 0.64
Hex EB B1 5A 0 19 3E 8 24 4E 40
Octal 353 261 132 0 31 76 10 44 116 100
Binary 11101011 10110001 1011010 0 11001 111110 1000 100100 1001110 1000000

Color Harmonies of #EBB15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB15A

Black with #EBB15A

Text Example


Text Example

White with #EBB15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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