Html Css Color HEX #ECC28D New Orleans

📋 copy color: '#ECC28D'

red 236 ◦ green 194 ◦ blue 141

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

Shades of New Orleans #ECC28D

Tints of New Orleans #ECC28D

RGB

 RED value IS 236 (92.58% from 255) = 41.33%

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

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

R = 41.33%
G = 33.98%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ECC28D (or 0xECC28D) is known color: New Orleans. HEX triplet: EC, C2 and 8D. RGB value is (236,194,141). Sum of RGB (Red+Green+Blue) = 236+194+141=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC28D is #133D72. Grayscale: #C8C8C8. Windows color (decimal): -1260915 or 9290476. OLE color: 9290476.

HSL color Cylindrical-coordinate representation of color #ECC28D: hue angle of 33.47º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECC28D is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 194 141 -
CMYK 0 0.18 0.40 0.07
HSL 33.47º 0.71% 0.74% -
HSV(B) 33.47º 0.4% 0.93% -
XYZ 58.69 58.34 33.37 -
YUV 200.52 94.41 153.31 -
System Red Green Blue C M Y K H S L
Decimal 236 194 141 0 0.18 0.40 0.07 33.47 0.71 0.74
Hex EC C2 8D 0 12 28 7 21 47 4A
Octal 354 302 215 0 22 50 7 41 107 112
Binary 11101100 11000010 10001101 0 10010 101000 111 100001 1000111 1001010

Color Harmonies of #ECC28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC28D

Black with #ECC28D

Text Example


Text Example

White with #ECC28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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