Html Css Color HEX #ECC68D New Orleans

📋 copy color: '#ECC68D'

red 236 ◦ green 198 ◦ blue 141

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

Shades of New Orleans #ECC68D

Tints of New Orleans #ECC68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.52%

R = 41.04%
G = 34.43%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ECC68D (or 0xECC68D) is known color: New Orleans. HEX triplet: EC, C6 and 8D. RGB value is (236,198,141). Sum of RGB (Red+Green+Blue) = 236+198+141=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC68D is #133972. Grayscale: #CBCBCB. Windows color (decimal): -1259891 or 9291500. OLE color: 9291500.

HSL color Cylindrical-coordinate representation of color #ECC68D: hue angle of 36º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECC68D is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 198 141 -
CMYK 0 0.16 0.40 0.07
HSL 36º 0.71% 0.74% -
HSV(B) 36º 0.4% 0.93% -
XYZ 59.59 60.14 33.67 -
YUV 202.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 236 198 141 0 0.16 0.40 0.07 36 0.71 0.74
Hex EC C6 8D 0 10 28 7 24 47 4A
Octal 354 306 215 0 20 50 7 44 107 112
Binary 11101100 11000110 10001101 0 10000 101000 111 100100 1000111 1001010

Color Harmonies of #ECC68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC68D

Black with #ECC68D

Text Example


Text Example

White with #ECC68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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