Html Css Color HEX #EBC18C New Orleans

📋 copy color: '#EBC18C'

red 235 ◦ green 193 ◦ blue 140

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

Shades of New Orleans #EBC18C

Tints of New Orleans #EBC18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.65%

R = 41.37%
G = 33.98%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBC18C (or 0xEBC18C) is known color: New Orleans. HEX triplet: EB, C1 and 8C. RGB value is (235,193,140). Sum of RGB (Red+Green+Blue) = 235+193+140=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC18C is #143E73. Grayscale: #C7C7C7. Windows color (decimal): -1326708 or 9224683. OLE color: 9224683.

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

Color convert

RGB 235 193 140 -
CMYK 0 0.18 0.40 0.08
HSL 33.47º 0.7% 0.74% -
HSV(B) 33.47º 0.4% 0.92% -
XYZ 58.06 57.7 32.89 -
YUV 199.52 94.41 153.31 -
System Red Green Blue C M Y K H S L
Decimal 235 193 140 0 0.18 0.40 0.08 33.47 0.7 0.74
Hex EB C1 8C 0 12 28 8 21 46 4A
Octal 353 301 214 0 22 50 10 41 106 112
Binary 11101011 11000001 10001100 0 10010 101000 1000 100001 1000110 1001010

Color Harmonies of #EBC18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC18C

Black with #EBC18C

Text Example


Text Example

White with #EBC18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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