Html Css Color HEX #EBB55B Casablanca

📋 copy color: '#EBB55B'

red 235 ◦ green 181 ◦ blue 91

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

Shades of Casablanca #EBB55B

Tints of Casablanca #EBB55B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.7%

 BLUE value IS 91 (35.94% from 255) = 17.95%

R = 46.35%
G = 35.7%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EBB55B (or 0xEBB55B) is known color: Casablanca. HEX triplet: EB, B5 and 5B. RGB value is (235,181,91). Sum of RGB (Red+Green+Blue) = 235+181+91=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB55B is #144AA4. Grayscale: #BBBBBB. Windows color (decimal): -1329829 or 6010347. OLE color: 6010347.

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

Color convert

RGB 235 181 91 -
CMYK 0 0.23 0.61 0.08
HSL 37.5º 0.78% 0.64% -
HSV(B) 37.5º 0.61% 0.92% -
XYZ 52.67 51.47 17.06 -
YUV 186.89 73.89 162.32 -
System Red Green Blue C M Y K H S L
Decimal 235 181 91 0 0.23 0.61 0.08 37.5 0.78 0.64
Hex EB B5 5B 0 17 3D 8 26 4E 40
Octal 353 265 133 0 27 75 10 46 116 100
Binary 11101011 10110101 1011011 0 10111 111101 1000 100110 1001110 1000000

Color Harmonies of #EBB55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB55B

Black with #EBB55B

Text Example


Text Example

White with #EBB55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB55B; }

 p { color: rgb(235,181,91); }

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

background-color css

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

 a { background-color: rgb(235,181,91); }

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

border-color css

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

 span { border-color: rgb(235,181,91); }

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