Html Css Color HEX #EBB05D Casablanca

📋 copy color: '#EBB05D'

red 235 ◦ green 176 ◦ blue 93

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

Shades of Casablanca #EBB05D

Tints of Casablanca #EBB05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.45%

R = 46.63%
G = 34.92%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBB05D (or 0xEBB05D) is known color: Casablanca. HEX triplet: EB, B0 and 5D. RGB value is (235,176,93). Sum of RGB (Red+Green+Blue) = 235+176+93=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB05D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBB05D is #144FA2. Grayscale: #B8B8B8. Windows color (decimal): -1331107 or 6140139. OLE color: 6140139.

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

Color convert

RGB 235 176 93 -
CMYK 0 0.25 0.60 0.08
HSL 35.07º 0.78% 0.64% -
HSV(B) 35.07º 0.6% 0.92% -
XYZ 51.76 49.5 17.18 -
YUV 184.18 76.55 164.25 -
System Red Green Blue C M Y K H S L
Decimal 235 176 93 0 0.25 0.60 0.08 35.07 0.78 0.64
Hex EB B0 5D 0 19 3C 8 23 4E 40
Octal 353 260 135 0 31 74 10 43 116 100
Binary 11101011 10110000 1011101 0 11001 111100 1000 100011 1001110 1000000

Color Harmonies of #EBB05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB05D

Black with #EBB05D

Text Example


Text Example

White with #EBB05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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