Html Css Color HEX #EDAD53 Casablanca

📋 copy color: '#EDAD53'

red 237 ◦ green 173 ◦ blue 83

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

Shades of Casablanca #EDAD53

Tints of Casablanca #EDAD53

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.09%

 BLUE value IS 83 (32.81% from 255) = 16.84%

R = 48.07%
G = 35.09%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDAD53 (or 0xEDAD53) is known color: Casablanca. HEX triplet: ED, AD and 53. RGB value is (237,173,83). Sum of RGB (Red+Green+Blue) = 237+173+83=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 83 (32.81% from 255 or 16.84% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD53 is #1252AC. Grayscale: #B6B6B6. Windows color (decimal): -1200813 or 5484013. OLE color: 5484013.

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

Color convert

RGB 237 173 83 -
CMYK 0 0.27 0.65 0.07
HSL 35.06º 0.81% 0.63% -
HSV(B) 35.06º 0.65% 0.93% -
XYZ 51.43 48.52 14.84 -
YUV 181.88 72.2 167.32 -
System Red Green Blue C M Y K H S L
Decimal 237 173 83 0 0.27 0.65 0.07 35.06 0.81 0.63
Hex ED AD 53 0 1B 41 7 23 51 3F
Octal 355 255 123 0 33 101 7 43 121 77
Binary 11101101 10101101 1010011 0 11011 1000001 111 100011 1010001 111111

Color Harmonies of #EDAD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD53

Black with #EDAD53

Text Example


Text Example

White with #EDAD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD53; }

 p { color: rgb(237,173,83); }

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

background-color css

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

 a { background-color: rgb(237,173,83); }

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

border-color css

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

 span { border-color: rgb(237,173,83); }

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