Html Css Color HEX #EDAD5E Casablanca

📋 copy color: '#EDAD5E'

red 237 ◦ green 173 ◦ blue 94

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

Shades of Casablanca #EDAD5E

Tints of Casablanca #EDAD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.65%

R = 47.02%
G = 34.33%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDAD5E (or 0xEDAD5E) is known color: Casablanca. HEX triplet: ED, AD and 5E. RGB value is (237,173,94). Sum of RGB (Red+Green+Blue) = 237+173+94=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 94 (37.11% from 255 or 18.65% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD5E is #1252A1. Grayscale: #B7B7B7. Windows color (decimal): -1200802 or 6204909. OLE color: 6204909.

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

Color convert

RGB 237 173 94 -
CMYK 0 0.27 0.60 0.07
HSL 33.15º 0.8% 0.65% -
HSV(B) 33.15º 0.6% 0.93% -
XYZ 51.89 48.7 17.25 -
YUV 183.13 77.7 166.42 -
System Red Green Blue C M Y K H S L
Decimal 237 173 94 0 0.27 0.60 0.07 33.15 0.8 0.65
Hex ED AD 5E 0 1B 3C 7 21 50 41
Octal 355 255 136 0 33 74 7 41 120 101
Binary 11101101 10101101 1011110 0 11011 111100 111 100001 1010000 1000001

Color Harmonies of #EDAD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD5E

Black with #EDAD5E

Text Example


Text Example

White with #EDAD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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