Html Css Color HEX #EBB054 Casablanca

📋 copy color: '#EBB054'

red 235 ◦ green 176 ◦ blue 84

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

Shades of Casablanca #EBB054

Tints of Casablanca #EBB054

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.56%

 BLUE value IS 84 (33.2% from 255) = 16.97%

R = 47.47%
G = 35.56%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBB054 (or 0xEBB054) is known color: Casablanca. HEX triplet: EB, B0 and 54. RGB value is (235,176,84). Sum of RGB (Red+Green+Blue) = 235+176+84=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 84 (33.20% from 255 or 16.97% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBB054 is #144FAB. Grayscale: #B7B7B7. Windows color (decimal): -1331116 or 5550315. OLE color: 5550315.

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

Color convert

RGB 235 176 84 -
CMYK 0 0.25 0.64 0.08
HSL 36.56º 0.79% 0.63% -
HSV(B) 36.56º 0.64% 0.92% -
XYZ 51.39 49.35 15.21 -
YUV 183.15 72.05 164.98 -
System Red Green Blue C M Y K H S L
Decimal 235 176 84 0 0.25 0.64 0.08 36.56 0.79 0.63
Hex EB B0 54 0 19 40 8 25 4F 3F
Octal 353 260 124 0 31 100 10 45 117 77
Binary 11101011 10110000 1010100 0 11001 1000000 1000 100101 1001111 111111

Color Harmonies of #EBB054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB054

Black with #EBB054

Text Example


Text Example

White with #EBB054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB054; }

 p { color: rgb(235,176,84); }

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

background-color css

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

 a { background-color: rgb(235,176,84); }

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

border-color css

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

 span { border-color: rgb(235,176,84); }

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