Html Css Color HEX #EDAD5C Casablanca

📋 copy color: '#EDAD5C'

red 237 ◦ green 173 ◦ blue 92

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

Shades of Casablanca #EDAD5C

Tints of Casablanca #EDAD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.33%

R = 47.21%
G = 34.46%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDAD5C (or 0xEDAD5C) is known color: Casablanca. HEX triplet: ED, AD and 5C. RGB value is (237,173,92). Sum of RGB (Red+Green+Blue) = 237+173+92=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD5C is #1252A3. Grayscale: #B7B7B7. Windows color (decimal): -1200804 or 6073837. OLE color: 6073837.

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

Color convert

RGB 237 173 92 -
CMYK 0 0.27 0.61 0.07
HSL 33.52º 0.8% 0.65% -
HSV(B) 33.52º 0.61% 0.93% -
XYZ 51.8 48.66 16.79 -
YUV 182.9 76.7 166.59 -
System Red Green Blue C M Y K H S L
Decimal 237 173 92 0 0.27 0.61 0.07 33.52 0.8 0.65
Hex ED AD 5C 0 1B 3D 7 22 50 41
Octal 355 255 134 0 33 75 7 42 120 101
Binary 11101101 10101101 1011100 0 11011 111101 111 100010 1010000 1000001

Color Harmonies of #EDAD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD5C

Black with #EDAD5C

Text Example


Text Example

White with #EDAD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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