Html Css Color HEX #EDC48B New Orleans

📋 copy color: '#EDC48B'

red 237 ◦ green 196 ◦ blue 139

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

Shades of New Orleans #EDC48B

Tints of New Orleans #EDC48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.3%

R = 41.43%
G = 34.27%
B = 24.3%

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

#EDC48B (or 0xEDC48B) is known color: New Orleans. HEX triplet: ED, C4 and 8B. RGB value is (237,196,139). Sum of RGB (Red+Green+Blue) = 237+196+139=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 139 (54.69% from 255 or 24.30% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC48B is #123B74. Grayscale: #CACACA. Windows color (decimal): -1194869 or 9159917. OLE color: 9159917.

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

Color convert

RGB 237 196 139 -
CMYK 0 0.17 0.41 0.07
HSL 34.9º 0.73% 0.74% -
HSV(B) 34.9º 0.41% 0.93% -
XYZ 59.33 59.35 32.75 -
YUV 201.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 237 196 139 0 0.17 0.41 0.07 34.9 0.73 0.74
Hex ED C4 8B 0 11 29 7 23 49 4A
Octal 355 304 213 0 21 51 7 43 111 112
Binary 11101101 11000100 10001011 0 10001 101001 111 100011 1001001 1001010

Color Harmonies of #EDC48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC48B

Black with #EDC48B

Text Example


Text Example

White with #EDC48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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