Html Css Color HEX #EBC18D New Orleans

📋 copy color: '#EBC18D'

red 235 ◦ green 193 ◦ blue 141

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

Shades of New Orleans #EBC18D

Tints of New Orleans #EBC18D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.92%

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

R = 41.3%
G = 33.92%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBC18D (or 0xEBC18D) is known color: New Orleans. HEX triplet: EB, C1 and 8D. RGB value is (235,193,141). Sum of RGB (Red+Green+Blue) = 235+193+141=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC18D is #143E72. Grayscale: #C7C7C7. Windows color (decimal): -1326707 or 9290219. OLE color: 9290219.

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

Color convert

RGB 235 193 141 -
CMYK 0 0.18 0.4 0.08
HSL 33.19º 0.7% 0.74% -
HSV(B) 33.19º 0.4% 0.92% -
XYZ 58.14 57.73 33.28 -
YUV 199.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 235 193 141 0 0.18 0.4 0.08 33.19 0.7 0.74
Hex EB C1 8D 0 12 28 8 21 46 4A
Octal 353 301 215 0 22 50 10 41 106 112
Binary 11101011 11000001 10001101 0 10010 101000 1000 100001 1000110 1001010

Color Harmonies of #EBC18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC18D

Black with #EBC18D

Text Example


Text Example

White with #EBC18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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