Html Css Color HEX #ECC28C New Orleans

📋 copy color: '#ECC28C'

red 236 ◦ green 194 ◦ blue 140

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

Shades of New Orleans #ECC28C

Tints of New Orleans #ECC28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.56%

R = 41.4%
G = 34.04%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ECC28C (or 0xECC28C) is known color: New Orleans. HEX triplet: EC, C2 and 8C. RGB value is (236,194,140). Sum of RGB (Red+Green+Blue) = 236+194+140=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC28C is #133D73. Grayscale: #C8C8C8. Windows color (decimal): -1260916 or 9224940. OLE color: 9224940.

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

Color convert

RGB 236 194 140 -
CMYK 0 0.18 0.41 0.07
HSL 33.75º 0.72% 0.74% -
HSV(B) 33.75º 0.41% 0.93% -
XYZ 58.62 58.31 32.98 -
YUV 200.4 93.91 153.39 -
System Red Green Blue C M Y K H S L
Decimal 236 194 140 0 0.18 0.41 0.07 33.75 0.72 0.74
Hex EC C2 8C 0 12 29 7 22 48 4A
Octal 354 302 214 0 22 51 7 42 110 112
Binary 11101100 11000010 10001100 0 10010 101001 111 100010 1001000 1001010

Color Harmonies of #ECC28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC28C

Black with #ECC28C

Text Example


Text Example

White with #ECC28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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