Html Css Color HEX #EDAD50 Casablanca

📋 copy color: '#EDAD50'

red 237 ◦ green 173 ◦ blue 80

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

Shades of Casablanca #EDAD50

Tints of Casablanca #EDAD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.33%

R = 48.37%
G = 35.31%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDAD50 (or 0xEDAD50) is known color: Casablanca. HEX triplet: ED, AD and 50. RGB value is (237,173,80). Sum of RGB (Red+Green+Blue) = 237+173+80=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD50 is #1252AF. Grayscale: #B5B5B5. Windows color (decimal): -1200816 or 5287405. OLE color: 5287405.

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

Color convert

RGB 237 173 80 -
CMYK 0 0.27 0.66 0.07
HSL 35.54º 0.81% 0.62% -
HSV(B) 35.54º 0.66% 0.93% -
XYZ 51.32 48.47 14.24 -
YUV 181.53 70.7 167.56 -
System Red Green Blue C M Y K H S L
Decimal 237 173 80 0 0.27 0.66 0.07 35.54 0.81 0.62
Hex ED AD 50 0 1B 42 7 24 51 3E
Octal 355 255 120 0 33 102 7 44 121 76
Binary 11101101 10101101 1010000 0 11011 1000010 111 100100 1010001 111110

Color Harmonies of #EDAD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD50

Black with #EDAD50

Text Example


Text Example

White with #EDAD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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