Html Css Color HEX #ECD68E Buff

📋 copy color: '#ECD68E'

red 236 ◦ green 214 ◦ blue 142

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

Shades of Buff #ECD68E

Tints of Buff #ECD68E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.15%

 BLUE value IS 142 (55.86% from 255) = 23.99%

R = 39.86%
G = 36.15%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ECD68E (or 0xECD68E) is known color: Buff. HEX triplet: EC, D6 and 8E. RGB value is (236,214,142). Sum of RGB (Red+Green+Blue) = 236+214+142=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 142 (55.86% from 255 or 23.99% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD68E is #132971. Grayscale: #D4D4D4. Windows color (decimal): -1255794 or 9361132. OLE color: 9361132.

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

Color convert

RGB 236 214 142 -
CMYK 0 0.09 0.40 0.07
HSL 45.96º 0.71% 0.74% -
HSV(B) 45.96º 0.4% 0.93% -
XYZ 63.52 67.88 35.35 -
YUV 212.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 236 214 142 0 0.09 0.40 0.07 45.96 0.71 0.74
Hex EC D6 8E 0 9 28 7 2E 47 4A
Octal 354 326 216 0 11 50 7 56 107 112
Binary 11101100 11010110 10001110 0 1001 101000 111 101110 1000111 1001010

Color Harmonies of #ECD68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD68E

Black with #ECD68E

Text Example


Text Example

White with #ECD68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD68E; }

 p { color: rgb(236,214,142); }

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

background-color css

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

 a { background-color: rgb(236,214,142); }

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

border-color css

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

 span { border-color: rgb(236,214,142); }

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