#ebaf5f

Color #EBAF5F Casablanca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casablanca #EBAF5F

Tints of Casablanca #EBAF5F

Color information

#EBAF5F (or 0xEBAF5F) is unknown color: approx Casablanca. HEX triplet: EB, AF and 5F. RGB value is (235,175,95). Sum of RGB (Red+Green+Blue) = 235+175+95=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAF5F is #1450A0. Grayscale: #B8B8B8. Windows color (decimal): -1331361 or 6270955. OLE color: 6270955.

HSL color Cylindrical-coordinate representation of color #EBAF5F: hue angle of 34.29º 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 #EBAF5F is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23517595-
CMYK00.260.600.08
HSL34.29º77.78%64.71%-
HSV(B)34.29º59.57%92.16%-
XYZ51.6649.1517.59-
YUV183.8277.88164.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.53%
GREEN value IS 175 (68.75% from 255) = 34.65%
BLUE value IS 95 (37.5% from 255) = 18.81%
R=46.53%
G=34.65%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351759500.260.600.0834.2977.7864.71
HexEBAF5F01A3C8224e41
Octal353257137032741042116101
Binary11101011101011111011111011010111100100010001010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebaf5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebaf5f; }

 p { color: rgb(235,175,95); }

 H1.HeaderClassName
 {
   color: #ebaf5f;
 }
 .AnyTagClassName
 {
   color: #ebaf5f;
 }
</style>
background-color css

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

 a { background-color: rgb(235,175,95); }

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

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

 span { border-color: rgb(235,175,95); }

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