Html Css Color HEX #ECC28B New Orleans

📋 copy color: '#ECC28B'

red 236 ◦ green 194 ◦ blue 139

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

Shades of New Orleans #ECC28B

Tints of New Orleans #ECC28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.43%

R = 41.48%
G = 34.09%
B = 24.43%

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

#ECC28B (or 0xECC28B) is known color: New Orleans. HEX triplet: EC, C2 and 8B. RGB value is (236,194,139). Sum of RGB (Red+Green+Blue) = 236+194+139=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 139 (54.69% from 255 or 24.43% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC28B is #133D74. Grayscale: #C8C8C8. Windows color (decimal): -1260917 or 9159404. OLE color: 9159404.

HSL color Cylindrical-coordinate representation of color #ECC28B: hue angle of 34.02º 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 #ECC28B is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 194 139 -
CMYK 0 0.18 0.41 0.07
HSL 34.02º 0.72% 0.74% -
HSV(B) 34.02º 0.41% 0.93% -
XYZ 58.54 58.28 32.59 -
YUV 200.29 93.41 153.47 -
System Red Green Blue C M Y K H S L
Decimal 236 194 139 0 0.18 0.41 0.07 34.02 0.72 0.74
Hex EC C2 8B 0 12 29 7 22 48 4A
Octal 354 302 213 0 22 51 7 42 110 112
Binary 11101100 11000010 10001011 0 10010 101001 111 100010 1001000 1001010

Color Harmonies of #ECC28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC28B

Black with #ECC28B

Text Example


Text Example

White with #ECC28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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