Html Css Color HEX #EBC284 New Orleans

📋 copy color: '#EBC284'

red 235 ◦ green 194 ◦ blue 132

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

Shades of New Orleans #EBC284

Tints of New Orleans #EBC284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.53%

R = 41.89%
G = 34.58%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EBC284 (or 0xEBC284) is known color: New Orleans. HEX triplet: EB, C2 and 84. RGB value is (235,194,132). Sum of RGB (Red+Green+Blue) = 235+194+132=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 132 (51.95% from 255 or 23.53% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC284 is #143D7B. Grayscale: #C7C7C7. Windows color (decimal): -1326460 or 8700651. OLE color: 8700651.

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

Color convert

RGB 235 194 132 -
CMYK 0 0.17 0.44 0.08
HSL 36.12º 0.72% 0.72% -
HSV(B) 36.12º 0.44% 0.92% -
XYZ 57.72 57.91 29.97 -
YUV 199.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 235 194 132 0 0.17 0.44 0.08 36.12 0.72 0.72
Hex EB C2 84 0 11 2C 8 24 48 48
Octal 353 302 204 0 21 54 10 44 110 110
Binary 11101011 11000010 10000100 0 10001 101100 1000 100100 1001000 1001000

Color Harmonies of #EBC284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC284

Black with #EBC284

Text Example


Text Example

White with #EBC284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC284; }

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

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

background-color css

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

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

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

border-color css

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

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

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