Html Css Color HEX #EBC58D New Orleans

📋 copy color: '#EBC58D'

red 235 ◦ green 197 ◦ blue 141

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

Shades of New Orleans #EBC58D

Tints of New Orleans #EBC58D

RGB

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

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

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

R = 41.01%
G = 34.38%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBC58D (or 0xEBC58D) is known color: New Orleans. HEX triplet: EB, C5 and 8D. RGB value is (235,197,141). Sum of RGB (Red+Green+Blue) = 235+197+141=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC58D is #143A72. Grayscale: #CACACA. Windows color (decimal): -1325683 or 9291243. OLE color: 9291243.

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

Color convert

RGB 235 197 141 -
CMYK 0 0.16 0.4 0.08
HSL 35.74º 0.7% 0.74% -
HSV(B) 35.74º 0.4% 0.92% -
XYZ 59.03 59.52 33.58 -
YUV 201.98 93.59 151.55 -
System Red Green Blue C M Y K H S L
Decimal 235 197 141 0 0.16 0.4 0.08 35.74 0.7 0.74
Hex EB C5 8D 0 10 28 8 24 46 4A
Octal 353 305 215 0 20 50 10 44 106 112
Binary 11101011 11000101 10001101 0 10000 101000 1000 100100 1000110 1001010

Color Harmonies of #EBC58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC58D

Black with #EBC58D

Text Example


Text Example

White with #EBC58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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