Html Css Color HEX #EDAB55 Casablanca

📋 copy color: '#EDAB55'

red 237 ◦ green 171 ◦ blue 85

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

Shades of Casablanca #EDAB55

Tints of Casablanca #EDAB55

RGB

 RED value IS 237 (92.97% from 255) = 48.07%

 GREEN value IS 171 (67.19% from 255) = 34.69%

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

R = 48.07%
G = 34.69%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDAB55 (or 0xEDAB55) is known color: Casablanca. HEX triplet: ED, AB and 55. RGB value is (237,171,85). Sum of RGB (Red+Green+Blue) = 237+171+85=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAB55 is #1254AA. Grayscale: #B5B5B5. Windows color (decimal): -1201323 or 5614573. OLE color: 5614573.

HSL color Cylindrical-coordinate representation of color #EDAB55: hue angle of 33.95º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDAB55 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 171 85 -
CMYK 0 0.28 0.64 0.07
HSL 33.95º 0.81% 0.63% -
HSV(B) 33.95º 0.64% 0.93% -
XYZ 51.13 47.79 15.12 -
YUV 180.93 73.87 167.99 -
System Red Green Blue C M Y K H S L
Decimal 237 171 85 0 0.28 0.64 0.07 33.95 0.81 0.63
Hex ED AB 55 0 1C 40 7 22 51 3F
Octal 355 253 125 0 34 100 7 42 121 77
Binary 11101101 10101011 1010101 0 11100 1000000 111 100010 1010001 111111

Color Harmonies of #EDAB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB55

Black with #EDAB55

Text Example


Text Example

White with #EDAB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB55; }

 p { color: rgb(237,171,85); }

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

background-color css

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

 a { background-color: rgb(237,171,85); }

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

border-color css

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

 span { border-color: rgb(237,171,85); }

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