Html Css Color HEX #EDA849 Casablanca

📋 copy color: '#EDA849'

red 237 ◦ green 168 ◦ blue 73

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

Shades of Casablanca #EDA849

Tints of Casablanca #EDA849

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.15%

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

R = 49.58%
G = 35.15%
B = 15.27%

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

#EDA849 (or 0xEDA849) is known color: Casablanca. HEX triplet: ED, A8 and 49. RGB value is (237,168,73). Sum of RGB (Red+Green+Blue) = 237+168+73=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 73 (28.91% from 255 or 15.27% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA849 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA849 is #1257B6. Grayscale: #B2B2B2. Windows color (decimal): -1202103 or 4827373. OLE color: 4827373.

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

Color convert

RGB 237 168 73 -
CMYK 0 0.29 0.69 0.07
HSL 34.76º 0.82% 0.61% -
HSV(B) 34.76º 0.69% 0.93% -
XYZ 50.13 46.49 12.63 -
YUV 177.8 68.86 170.22 -
System Red Green Blue C M Y K H S L
Decimal 237 168 73 0 0.29 0.69 0.07 34.76 0.82 0.61
Hex ED A8 49 0 1D 45 7 23 52 3D
Octal 355 250 111 0 35 105 7 43 122 75
Binary 11101101 10101000 1001001 0 11101 1000101 111 100011 1010010 111101

Color Harmonies of #EDA849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA849

Black with #EDA849

Text Example


Text Example

White with #EDA849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA849; }

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

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

background-color css

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

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

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

border-color css

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

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

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