Html Css Color HEX #EBC48D New Orleans

📋 copy color: '#EBC48D'

red 235 ◦ green 196 ◦ blue 141

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

Shades of New Orleans #EBC48D

Tints of New Orleans #EBC48D

RGB

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

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

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

R = 41.08%
G = 34.27%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBC48D (or 0xEBC48D) is known color: New Orleans. HEX triplet: EB, C4 and 8D. RGB value is (235,196,141). Sum of RGB (Red+Green+Blue) = 235+196+141=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC48D is #143B72. Grayscale: #C9C9C9. Windows color (decimal): -1325939 or 9290987. OLE color: 9290987.

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

Color convert

RGB 235 196 141 -
CMYK 0 0.17 0.4 0.08
HSL 35.11º 0.7% 0.74% -
HSV(B) 35.11º 0.4% 0.92% -
XYZ 58.81 59.07 33.5 -
YUV 201.39 93.92 151.97 -
System Red Green Blue C M Y K H S L
Decimal 235 196 141 0 0.17 0.4 0.08 35.11 0.7 0.74
Hex EB C4 8D 0 11 28 8 23 46 4A
Octal 353 304 215 0 21 50 10 43 106 112
Binary 11101011 11000100 10001101 0 10001 101000 1000 100011 1000110 1001010

Color Harmonies of #EBC48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC48D

Black with #EBC48D

Text Example


Text Example

White with #EBC48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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