Html Css Color HEX #EBC48E New Orleans

📋 copy color: '#EBC48E'

red 235 ◦ green 196 ◦ blue 142

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

Shades of New Orleans #EBC48E

Tints of New Orleans #EBC48E

RGB

 RED value IS 235 (92.19% from 255) = 41.01%

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

 BLUE value IS 142 (55.86% from 255) = 24.78%

R = 41.01%
G = 34.21%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBC48E (or 0xEBC48E) is known color: New Orleans. HEX triplet: EB, C4 and 8E. RGB value is (235,196,142). Sum of RGB (Red+Green+Blue) = 235+196+142=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 142 (55.86% from 255 or 24.78% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC48E is #143B71. Grayscale: #C9C9C9. Windows color (decimal): -1325938 or 9356523. OLE color: 9356523.

HSL color Cylindrical-coordinate representation of color #EBC48E: hue angle of 34.84º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBC48E is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 196 142 -
CMYK 0 0.17 0.40 0.08
HSL 34.84º 0.7% 0.74% -
HSV(B) 34.84º 0.4% 0.92% -
XYZ 58.88 59.1 33.89 -
YUV 201.51 94.42 151.89 -
System Red Green Blue C M Y K H S L
Decimal 235 196 142 0 0.17 0.40 0.08 34.84 0.7 0.74
Hex EB C4 8E 0 11 28 8 23 46 4A
Octal 353 304 216 0 21 50 10 43 106 112
Binary 11101011 11000100 10001110 0 10001 101000 1000 100011 1000110 1001010

Color Harmonies of #EBC48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC48E

Black with #EBC48E

Text Example


Text Example

White with #EBC48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC48E; }

 p { color: rgb(235,196,142); }

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

background-color css

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

 a { background-color: rgb(235,196,142); }

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

border-color css

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

 span { border-color: rgb(235,196,142); }

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