Html Css Color HEX #EDC48F New Orleans

📋 copy color: '#EDC48F'

red 237 ◦ green 196 ◦ blue 143

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

Shades of New Orleans #EDC48F

Tints of New Orleans #EDC48F

RGB

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

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

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

R = 41.15%
G = 34.03%
B = 24.83%

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

#EDC48F (or 0xEDC48F) is known color: New Orleans. HEX triplet: ED, C4 and 8F. RGB value is (237,196,143). Sum of RGB (Red+Green+Blue) = 237+196+143=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 143 (56.25% from 255 or 24.83% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC48F is #123B70. Grayscale: #CACACA. Windows color (decimal): -1194865 or 9422061. OLE color: 9422061.

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

Color convert

RGB 237 196 143 -
CMYK 0 0.17 0.40 0.07
HSL 33.83º 0.72% 0.75% -
HSV(B) 33.83º 0.4% 0.93% -
XYZ 59.62 59.47 34.32 -
YUV 202.22 94.58 152.81 -
System Red Green Blue C M Y K H S L
Decimal 237 196 143 0 0.17 0.40 0.07 33.83 0.72 0.75
Hex ED C4 8F 0 11 28 7 22 48 4B
Octal 355 304 217 0 21 50 7 42 110 113
Binary 11101101 11000100 10001111 0 10001 101000 111 100010 1001000 1001011

Color Harmonies of #EDC48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC48F

Black with #EDC48F

Text Example


Text Example

White with #EDC48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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