Html Css Color HEX #EDC48D New Orleans

📋 copy color: '#EDC48D'

red 237 ◦ green 196 ◦ blue 141

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

Shades of New Orleans #EDC48D

Tints of New Orleans #EDC48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.56%

R = 41.29%
G = 34.15%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDC48D (or 0xEDC48D) is known color: New Orleans. HEX triplet: ED, C4 and 8D. RGB value is (237,196,141). Sum of RGB (Red+Green+Blue) = 237+196+141=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC48D is #123B72. Grayscale: #CACACA. Windows color (decimal): -1194867 or 9290989. OLE color: 9290989.

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

Color convert

RGB 237 196 141 -
CMYK 0 0.17 0.41 0.07
HSL 34.38º 0.73% 0.74% -
HSV(B) 34.38º 0.41% 0.93% -
XYZ 59.47 59.41 33.53 -
YUV 201.99 93.58 152.97 -
System Red Green Blue C M Y K H S L
Decimal 237 196 141 0 0.17 0.41 0.07 34.38 0.73 0.74
Hex ED C4 8D 0 11 29 7 22 49 4A
Octal 355 304 215 0 21 51 7 42 111 112
Binary 11101101 11000100 10001101 0 10001 101001 111 100010 1001001 1001010

Color Harmonies of #EDC48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC48D

Black with #EDC48D

Text Example


Text Example

White with #EDC48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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