Html Css Color HEX #EDAD59 Casablanca

📋 copy color: '#EDAD59'

red 237 ◦ green 173 ◦ blue 89

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

Shades of Casablanca #EDAD59

Tints of Casablanca #EDAD59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 17.84%

R = 47.49%
G = 34.67%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDAD59 (or 0xEDAD59) is known color: Casablanca. HEX triplet: ED, AD and 59. RGB value is (237,173,89). Sum of RGB (Red+Green+Blue) = 237+173+89=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 89 (35.16% from 255 or 17.84% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD59 is #1252A6. Grayscale: #B6B6B6. Windows color (decimal): -1200807 or 5877229. OLE color: 5877229.

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

Color convert

RGB 237 173 89 -
CMYK 0 0.27 0.62 0.07
HSL 34.05º 0.8% 0.64% -
HSV(B) 34.05º 0.62% 0.93% -
XYZ 51.67 48.61 16.11 -
YUV 182.56 75.2 166.83 -
System Red Green Blue C M Y K H S L
Decimal 237 173 89 0 0.27 0.62 0.07 34.05 0.8 0.64
Hex ED AD 59 0 1B 3E 7 22 50 40
Octal 355 255 131 0 33 76 7 42 120 100
Binary 11101101 10101101 1011001 0 11011 111110 111 100010 1010000 1000000

Color Harmonies of #EDAD59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD59

Black with #EDAD59

Text Example


Text Example

White with #EDAD59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD59; }

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

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

background-color css

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

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

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

border-color css

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

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

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