Html Css Color HEX #EDC489 New Orleans

📋 copy color: '#EDC489'

red 237 ◦ green 196 ◦ blue 137

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

Shades of New Orleans #EDC489

Tints of New Orleans #EDC489

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.39%

 BLUE value IS 137 (53.91% from 255) = 24.04%

R = 41.58%
G = 34.39%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDC489 (or 0xEDC489) is known color: New Orleans. HEX triplet: ED, C4 and 89. RGB value is (237,196,137). Sum of RGB (Red+Green+Blue) = 237+196+137=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 137 (53.91% from 255 or 24.04% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC489 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC489 is #123B76. Grayscale: #C9C9C9. Windows color (decimal): -1194871 or 9028845. OLE color: 9028845.

HSL color Cylindrical-coordinate representation of color #EDC489: hue angle of 35.4º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDC489 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 196 137 -
CMYK 0 0.17 0.42 0.07
HSL 35.4º 0.74% 0.73% -
HSV(B) 35.4º 0.42% 0.93% -
XYZ 59.18 59.29 31.99 -
YUV 201.53 91.58 153.3 -
System Red Green Blue C M Y K H S L
Decimal 237 196 137 0 0.17 0.42 0.07 35.4 0.74 0.73
Hex ED C4 89 0 11 2A 7 23 4A 49
Octal 355 304 211 0 21 52 7 43 112 111
Binary 11101101 11000100 10001001 0 10001 101010 111 100011 1001010 1001001

Color Harmonies of #EDC489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC489

Black with #EDC489

Text Example


Text Example

White with #EDC489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC489; }

 p { color: rgb(237,196,137); }

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

background-color css

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

 a { background-color: rgb(237,196,137); }

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

border-color css

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

 span { border-color: rgb(237,196,137); }

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