Html Css Color HEX #EBC58C New Orleans

📋 copy color: '#EBC58C'

red 235 ◦ green 197 ◦ blue 140

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

Shades of New Orleans #EBC58C

Tints of New Orleans #EBC58C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.44%

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

R = 41.08%
G = 34.44%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBC58C (or 0xEBC58C) is known color: New Orleans. HEX triplet: EB, C5 and 8C. RGB value is (235,197,140). Sum of RGB (Red+Green+Blue) = 235+197+140=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC58C is #143A73. Grayscale: #CACACA. Windows color (decimal): -1325684 or 9225707. OLE color: 9225707.

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

Color convert

RGB 235 197 140 -
CMYK 0 0.16 0.40 0.08
HSL 36º 0.7% 0.74% -
HSV(B) 36º 0.4% 0.92% -
XYZ 58.96 59.49 33.19 -
YUV 201.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 235 197 140 0 0.16 0.40 0.08 36 0.7 0.74
Hex EB C5 8C 0 10 28 8 24 46 4A
Octal 353 305 214 0 20 50 10 44 106 112
Binary 11101011 11000101 10001100 0 10000 101000 1000 100100 1000110 1001010

Color Harmonies of #EBC58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC58C

Black with #EBC58C

Text Example


Text Example

White with #EBC58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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