Html Css Color HEX #EBAF55 Casablanca

📋 copy color: '#EBAF55'

red 235 ◦ green 175 ◦ blue 85

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

Shades of Casablanca #EBAF55

Tints of Casablanca #EBAF55

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.35%

 BLUE value IS 85 (33.59% from 255) = 17.17%

R = 47.47%
G = 35.35%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBAF55 (or 0xEBAF55) is known color: Casablanca. HEX triplet: EB, AF and 55. RGB value is (235,175,85). Sum of RGB (Red+Green+Blue) = 235+175+85=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAF55 is #1450AA. Grayscale: #B7B7B7. Windows color (decimal): -1331371 or 5615595. OLE color: 5615595.

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

Color convert

RGB 235 175 85 -
CMYK 0 0.26 0.64 0.08
HSL 36º 0.79% 0.63% -
HSV(B) 36º 0.64% 0.92% -
XYZ 51.23 48.98 15.35 -
YUV 182.68 72.88 165.32 -
System Red Green Blue C M Y K H S L
Decimal 235 175 85 0 0.26 0.64 0.08 36 0.79 0.63
Hex EB AF 55 0 1A 40 8 24 4F 3F
Octal 353 257 125 0 32 100 10 44 117 77
Binary 11101011 10101111 1010101 0 11010 1000000 1000 100100 1001111 111111

Color Harmonies of #EBAF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF55

Black with #EBAF55

Text Example


Text Example

White with #EBAF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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