Html Css Color HEX #EDAC49 Casablanca

📋 copy color: '#EDAC49'

red 237 ◦ green 172 ◦ blue 73

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

Shades of Casablanca #EDAC49

Tints of Casablanca #EDAC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.15%

R = 49.17%
G = 35.68%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDAC49 (or 0xEDAC49) is known color: Casablanca. HEX triplet: ED, AC and 49. RGB value is (237,172,73). Sum of RGB (Red+Green+Blue) = 237+172+73=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 73 (28.91% from 255 or 15.15% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC49 is #1253B6. Grayscale: #B4B4B4. Windows color (decimal): -1201079 or 4828397. OLE color: 4828397.

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

Color convert

RGB 237 172 73 -
CMYK 0 0.27 0.69 0.07
HSL 36.22º 0.82% 0.61% -
HSV(B) 36.22º 0.69% 0.93% -
XYZ 50.88 47.99 12.88 -
YUV 180.15 67.53 168.55 -
System Red Green Blue C M Y K H S L
Decimal 237 172 73 0 0.27 0.69 0.07 36.22 0.82 0.61
Hex ED AC 49 0 1B 45 7 24 52 3D
Octal 355 254 111 0 33 105 7 44 122 75
Binary 11101101 10101100 1001001 0 11011 1000101 111 100100 1010010 111101

Color Harmonies of #EDAC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC49

Black with #EDAC49

Text Example


Text Example

White with #EDAC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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