Html Css Color HEX #EDAC5D Casablanca

📋 copy color: '#EDAC5D'

red 237 ◦ green 172 ◦ blue 93

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

Shades of Casablanca #EDAC5D

Tints of Casablanca #EDAC5D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.26%

 BLUE value IS 93 (36.72% from 255) = 18.53%

R = 47.21%
G = 34.26%
B = 18.53%

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

#EDAC5D (or 0xEDAC5D) is known color: Casablanca. HEX triplet: ED, AC and 5D. RGB value is (237,172,93). Sum of RGB (Red+Green+Blue) = 237+172+93=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC5D is #1253A2. Grayscale: #B6B6B6. Windows color (decimal): -1201059 or 6139117. OLE color: 6139117.

HSL color Cylindrical-coordinate representation of color #EDAC5D: hue angle of 32.92º 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 #EDAC5D is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 172 93 -
CMYK 0 0.27 0.61 0.07
HSL 32.92º 0.8% 0.65% -
HSV(B) 32.92º 0.61% 0.93% -
XYZ 51.65 48.3 16.96 -
YUV 182.43 77.53 166.92 -
System Red Green Blue C M Y K H S L
Decimal 237 172 93 0 0.27 0.61 0.07 32.92 0.8 0.65
Hex ED AC 5D 0 1B 3D 7 21 50 41
Octal 355 254 135 0 33 75 7 41 120 101
Binary 11101101 10101100 1011101 0 11011 111101 111 100001 1010000 1000001

Color Harmonies of #EDAC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC5D

Black with #EDAC5D

Text Example


Text Example

White with #EDAC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC5D; }

 p { color: rgb(237,172,93); }

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

background-color css

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

 a { background-color: rgb(237,172,93); }

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

border-color css

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

 span { border-color: rgb(237,172,93); }

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