Html Css Color HEX #EBC28D New Orleans

📋 copy color: '#EBC28D'

red 235 ◦ green 194 ◦ blue 141

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

Shades of New Orleans #EBC28D

Tints of New Orleans #EBC28D

RGB

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

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

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

R = 41.23%
G = 34.04%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBC28D (or 0xEBC28D) is known color: New Orleans. HEX triplet: EB, C2 and 8D. RGB value is (235,194,141). Sum of RGB (Red+Green+Blue) = 235+194+141=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC28D is #143D72. Grayscale: #C8C8C8. Windows color (decimal): -1326451 or 9290475. OLE color: 9290475.

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

Color convert

RGB 235 194 141 -
CMYK 0 0.17 0.4 0.08
HSL 33.83º 0.7% 0.74% -
HSV(B) 33.83º 0.4% 0.92% -
XYZ 58.36 58.17 33.35 -
YUV 200.22 94.58 152.81 -
System Red Green Blue C M Y K H S L
Decimal 235 194 141 0 0.17 0.4 0.08 33.83 0.7 0.74
Hex EB C2 8D 0 11 28 8 22 46 4A
Octal 353 302 215 0 21 50 10 42 106 112
Binary 11101011 11000010 10001101 0 10001 101000 1000 100010 1000110 1001010

Color Harmonies of #EBC28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC28D

Black with #EBC28D

Text Example


Text Example

White with #EBC28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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