Html Css Color HEX #ECC68B New Orleans

📋 copy color: '#ECC68B'

red 236 ◦ green 198 ◦ blue 139

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

Shades of New Orleans #ECC68B

Tints of New Orleans #ECC68B

RGB

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

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

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

R = 41.19%
G = 34.55%
B = 24.26%

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

#ECC68B (or 0xECC68B) is known color: New Orleans. HEX triplet: EC, C6 and 8B. RGB value is (236,198,139). Sum of RGB (Red+Green+Blue) = 236+198+139=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 139 (54.69% from 255 or 24.26% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC68B is #133974. Grayscale: #CACACA. Windows color (decimal): -1259893 or 9160428. OLE color: 9160428.

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

Color convert

RGB 236 198 139 -
CMYK 0 0.16 0.41 0.07
HSL 36.49º 0.72% 0.74% -
HSV(B) 36.49º 0.41% 0.93% -
XYZ 59.45 60.09 32.89 -
YUV 202.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 236 198 139 0 0.16 0.41 0.07 36.49 0.72 0.74
Hex EC C6 8B 0 10 29 7 24 48 4A
Octal 354 306 213 0 20 51 7 44 110 112
Binary 11101100 11000110 10001011 0 10000 101001 111 100100 1001000 1001010

Color Harmonies of #ECC68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC68B

Black with #ECC68B

Text Example


Text Example

White with #ECC68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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