Html Css Color HEX #EBC18B New Orleans

📋 copy color: '#EBC18B'

red 235 ◦ green 193 ◦ blue 139

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

Shades of New Orleans #EBC18B

Tints of New Orleans #EBC18B

RGB

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

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

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

R = 41.45%
G = 34.04%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EBC18B (or 0xEBC18B) is known color: New Orleans. HEX triplet: EB, C1 and 8B. RGB value is (235,193,139). Sum of RGB (Red+Green+Blue) = 235+193+139=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 139 (54.69% from 255 or 24.51% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC18B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC18B is #143E74. Grayscale: #C7C7C7. Windows color (decimal): -1326709 or 9159147. OLE color: 9159147.

HSL color Cylindrical-coordinate representation of color #EBC18B: hue angle of 33.75º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBC18B is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 193 139 -
CMYK 0 0.18 0.41 0.08
HSL 33.75º 0.71% 0.73% -
HSV(B) 33.75º 0.41% 0.92% -
XYZ 57.99 57.67 32.5 -
YUV 199.4 93.91 153.39 -
System Red Green Blue C M Y K H S L
Decimal 235 193 139 0 0.18 0.41 0.08 33.75 0.71 0.73
Hex EB C1 8B 0 12 29 8 22 47 49
Octal 353 301 213 0 22 51 10 42 107 111
Binary 11101011 11000001 10001011 0 10010 101001 1000 100010 1000111 1001001

Color Harmonies of #EBC18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC18B

Black with #EBC18B

Text Example


Text Example

White with #EBC18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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