Html Css Color HEX #EBC288 New Orleans

📋 copy color: '#EBC288'

red 235 ◦ green 194 ◦ blue 136

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

Shades of New Orleans #EBC288

Tints of New Orleans #EBC288

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.34%

 BLUE value IS 136 (53.52% from 255) = 24.07%

R = 41.59%
G = 34.34%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EBC288 (or 0xEBC288) is known color: New Orleans. HEX triplet: EB, C2 and 88. RGB value is (235,194,136). Sum of RGB (Red+Green+Blue) = 235+194+136=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 136 (53.52% from 255 or 24.07% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC288 is #143D77. Grayscale: #C7C7C7. Windows color (decimal): -1326456 or 8962795. OLE color: 8962795.

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

Color convert

RGB 235 194 136 -
CMYK 0 0.17 0.42 0.08
HSL 35.15º 0.71% 0.73% -
HSV(B) 35.15º 0.42% 0.92% -
XYZ 58 58.02 31.44 -
YUV 199.65 92.08 153.22 -
System Red Green Blue C M Y K H S L
Decimal 235 194 136 0 0.17 0.42 0.08 35.15 0.71 0.73
Hex EB C2 88 0 11 2A 8 23 47 49
Octal 353 302 210 0 21 52 10 43 107 111
Binary 11101011 11000010 10001000 0 10001 101010 1000 100011 1000111 1001001

Color Harmonies of #EBC288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC288

Black with #EBC288

Text Example


Text Example

White with #EBC288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC288; }

 p { color: rgb(235,194,136); }

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

background-color css

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

 a { background-color: rgb(235,194,136); }

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

border-color css

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

 span { border-color: rgb(235,194,136); }

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