Html Css Color HEX #EBC18A New Orleans

📋 copy color: '#EBC18A'

red 235 ◦ green 193 ◦ blue 138

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

Shades of New Orleans #EBC18A

Tints of New Orleans #EBC18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.38%

R = 41.52%
G = 34.1%
B = 24.38%

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

#EBC18A (or 0xEBC18A) is known color: New Orleans. HEX triplet: EB, C1 and 8A. RGB value is (235,193,138). Sum of RGB (Red+Green+Blue) = 235+193+138=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC18A is #143E75. Grayscale: #C7C7C7. Windows color (decimal): -1326710 or 9093611. OLE color: 9093611.

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

Color convert

RGB 235 193 138 -
CMYK 0 0.18 0.41 0.08
HSL 34.02º 0.71% 0.73% -
HSV(B) 34.02º 0.41% 0.92% -
XYZ 57.92 57.64 32.12 -
YUV 199.29 93.41 153.47 -
System Red Green Blue C M Y K H S L
Decimal 235 193 138 0 0.18 0.41 0.08 34.02 0.71 0.73
Hex EB C1 8A 0 12 29 8 22 47 49
Octal 353 301 212 0 22 51 10 42 107 111
Binary 11101011 11000001 10001010 0 10010 101001 1000 100010 1000111 1001001

Color Harmonies of #EBC18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC18A

Black with #EBC18A

Text Example


Text Example

White with #EBC18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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