Html Css Color HEX #ECC28A New Orleans

📋 copy color: '#ECC28A'

red 236 ◦ green 194 ◦ blue 138

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

Shades of New Orleans #ECC28A

Tints of New Orleans #ECC28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.3%

R = 41.55%
G = 34.15%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ECC28A (or 0xECC28A) is known color: New Orleans. HEX triplet: EC, C2 and 8A. RGB value is (236,194,138). Sum of RGB (Red+Green+Blue) = 236+194+138=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC28A is #133D75. Grayscale: #C8C8C8. Windows color (decimal): -1260918 or 9093868. OLE color: 9093868.

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

Color convert

RGB 236 194 138 -
CMYK 0 0.18 0.42 0.07
HSL 34.29º 0.72% 0.73% -
HSV(B) 34.29º 0.42% 0.93% -
XYZ 58.47 58.25 32.21 -
YUV 200.17 92.91 153.55 -
System Red Green Blue C M Y K H S L
Decimal 236 194 138 0 0.18 0.42 0.07 34.29 0.72 0.73
Hex EC C2 8A 0 12 2A 7 22 48 49
Octal 354 302 212 0 22 52 7 42 110 111
Binary 11101100 11000010 10001010 0 10010 101010 111 100010 1001000 1001001

Color Harmonies of #ECC28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC28A

Black with #ECC28A

Text Example


Text Example

White with #ECC28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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