Html Css Color HEX #ECC68C New Orleans

📋 copy color: '#ECC68C'

red 236 ◦ green 198 ◦ blue 140

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

Shades of New Orleans #ECC68C

Tints of New Orleans #ECC68C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.49%

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

R = 41.11%
G = 34.49%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ECC68C (or 0xECC68C) is known color: New Orleans. HEX triplet: EC, C6 and 8C. RGB value is (236,198,140). Sum of RGB (Red+Green+Blue) = 236+198+140=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 140 (55.08% from 255 or 24.39% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC68C is #133973. Grayscale: #CBCBCB. Windows color (decimal): -1259892 or 9225964. OLE color: 9225964.

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

Color convert

RGB 236 198 140 -
CMYK 0 0.16 0.41 0.07
HSL 36.25º 0.72% 0.74% -
HSV(B) 36.25º 0.41% 0.93% -
XYZ 59.52 60.11 33.28 -
YUV 202.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 236 198 140 0 0.16 0.41 0.07 36.25 0.72 0.74
Hex EC C6 8C 0 10 29 7 24 48 4A
Octal 354 306 214 0 20 51 7 44 110 112
Binary 11101100 11000110 10001100 0 10000 101001 111 100100 1001000 1001010

Color Harmonies of #ECC68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC68C

Black with #ECC68C

Text Example


Text Example

White with #ECC68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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