Html Css Color HEX #EDAC5A Casablanca

📋 copy color: '#EDAC5A'

red 237 ◦ green 172 ◦ blue 90

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

Shades of Casablanca #EDAC5A

Tints of Casablanca #EDAC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.04%

R = 47.49%
G = 34.47%
B = 18.04%

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

#EDAC5A (or 0xEDAC5A) is known color: Casablanca. HEX triplet: ED, AC and 5A. RGB value is (237,172,90). Sum of RGB (Red+Green+Blue) = 237+172+90=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC5A is #1253A5. Grayscale: #B6B6B6. Windows color (decimal): -1201062 or 5942509. OLE color: 5942509.

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

Color convert

RGB 237 172 90 -
CMYK 0 0.27 0.62 0.07
HSL 33.47º 0.8% 0.64% -
HSV(B) 33.47º 0.62% 0.93% -
XYZ 51.52 48.25 16.27 -
YUV 182.09 76.03 167.17 -
System Red Green Blue C M Y K H S L
Decimal 237 172 90 0 0.27 0.62 0.07 33.47 0.8 0.64
Hex ED AC 5A 0 1B 3E 7 21 50 40
Octal 355 254 132 0 33 76 7 41 120 100
Binary 11101101 10101100 1011010 0 11011 111110 111 100001 1010000 1000000

Color Harmonies of #EDAC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC5A

Black with #EDAC5A

Text Example


Text Example

White with #EDAC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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