Html Css Color HEX #EBB05E Casablanca

📋 copy color: '#EBB05E'

red 235 ◦ green 176 ◦ blue 94

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

Shades of Casablanca #EBB05E

Tints of Casablanca #EBB05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.61%

R = 46.53%
G = 34.85%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EBB05E (or 0xEBB05E) is known color: Casablanca. HEX triplet: EB, B0 and 5E. RGB value is (235,176,94). Sum of RGB (Red+Green+Blue) = 235+176+94=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB05E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBB05E is #144FA1. Grayscale: #B8B8B8. Windows color (decimal): -1331106 or 6205675. OLE color: 6205675.

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

Color convert

RGB 235 176 94 -
CMYK 0 0.25 0.6 0.08
HSL 34.89º 0.78% 0.65% -
HSV(B) 34.89º 0.6% 0.92% -
XYZ 51.81 49.52 17.42 -
YUV 184.29 77.05 164.17 -
System Red Green Blue C M Y K H S L
Decimal 235 176 94 0 0.25 0.6 0.08 34.89 0.78 0.65
Hex EB B0 5E 0 19 3C 8 23 4E 41
Octal 353 260 136 0 31 74 10 43 116 101
Binary 11101011 10110000 1011110 0 11001 111100 1000 100011 1001110 1000001

Color Harmonies of #EBB05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB05E

Black with #EBB05E

Text Example


Text Example

White with #EBB05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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