Html Css Color HEX #EDA949 Casablanca

📋 copy color: '#EDA949'

red 237 ◦ green 169 ◦ blue 73

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

Shades of Casablanca #EDA949

Tints of Casablanca #EDA949

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.28%

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

R = 49.48%
G = 35.28%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDA949 (or 0xEDA949) is known color: Casablanca. HEX triplet: ED, A9 and 49. RGB value is (237,169,73). Sum of RGB (Red+Green+Blue) = 237+169+73=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA949 is #1256B6. Grayscale: #B2B2B2. Windows color (decimal): -1201847 or 4827629. OLE color: 4827629.

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

Color convert

RGB 237 169 73 -
CMYK 0 0.29 0.69 0.07
HSL 35.12º 0.82% 0.61% -
HSV(B) 35.12º 0.69% 0.93% -
XYZ 50.32 46.86 12.7 -
YUV 178.39 68.53 169.81 -
System Red Green Blue C M Y K H S L
Decimal 237 169 73 0 0.29 0.69 0.07 35.12 0.82 0.61
Hex ED A9 49 0 1D 45 7 23 52 3D
Octal 355 251 111 0 35 105 7 43 122 75
Binary 11101101 10101001 1001001 0 11101 1000101 111 100011 1010010 111101

Color Harmonies of #EDA949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA949

Black with #EDA949

Text Example


Text Example

White with #EDA949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA949; }

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

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

background-color css

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

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

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

border-color css

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

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

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