Html Css Color HEX #EDC58F New Orleans

📋 copy color: '#EDC58F'

red 237 ◦ green 197 ◦ blue 143

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

Shades of New Orleans #EDC58F

Tints of New Orleans #EDC58F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.14%

 BLUE value IS 143 (56.25% from 255) = 24.78%

R = 41.07%
G = 34.14%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDC58F (or 0xEDC58F) is known color: New Orleans. HEX triplet: ED, C5 and 8F. RGB value is (237,197,143). Sum of RGB (Red+Green+Blue) = 237+197+143=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 143 (56.25% from 255 or 24.78% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC58F is #123A70. Grayscale: #CBCBCB. Windows color (decimal): -1194609 or 9422317. OLE color: 9422317.

HSL color Cylindrical-coordinate representation of color #EDC58F: hue angle of 34.47º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDC58F is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 197 143 -
CMYK 0 0.17 0.40 0.07
HSL 34.47º 0.72% 0.75% -
HSV(B) 34.47º 0.4% 0.93% -
XYZ 59.85 59.92 34.4 -
YUV 202.8 94.25 152.39 -
System Red Green Blue C M Y K H S L
Decimal 237 197 143 0 0.17 0.40 0.07 34.47 0.72 0.75
Hex ED C5 8F 0 11 28 7 22 48 4B
Octal 355 305 217 0 21 50 7 42 110 113
Binary 11101101 11000101 10001111 0 10001 101000 111 100010 1001000 1001011

Color Harmonies of #EDC58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC58F

Black with #EDC58F

Text Example


Text Example

White with #EDC58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC58F; }

 p { color: rgb(237,197,143); }

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

background-color css

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

 a { background-color: rgb(237,197,143); }

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

border-color css

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

 span { border-color: rgb(237,197,143); }

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