Html Css Color HEX #ECD27D Buff

📋 copy color: '#ECD27D'

red 236 ◦ green 210 ◦ blue 125

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

Shades of Buff #ECD27D

Tints of Buff #ECD27D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.78%

 BLUE value IS 125 (49.22% from 255) = 21.89%

R = 41.33%
G = 36.78%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECD27D (or 0xECD27D) is known color: Buff. HEX triplet: EC, D2 and 7D. RGB value is (236,210,125). Sum of RGB (Red+Green+Blue) = 236+210+125=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD27D is #132D82. Grayscale: #D0D0D0. Windows color (decimal): -1256835 or 8245996. OLE color: 8245996.

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

Color convert

RGB 236 210 125 -
CMYK 0 0.11 0.47 0.07
HSL 45.95º 0.74% 0.71% -
HSV(B) 45.95º 0.47% 0.93% -
XYZ 61.34 65.41 28.79 -
YUV 208.08 81.11 147.91 -
System Red Green Blue C M Y K H S L
Decimal 236 210 125 0 0.11 0.47 0.07 45.95 0.74 0.71
Hex EC D2 7D 0 B 2F 7 2E 4A 47
Octal 354 322 175 0 13 57 7 56 112 107
Binary 11101100 11010010 1111101 0 1011 101111 111 101110 1001010 1000111

Color Harmonies of #ECD27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD27D

Black with #ECD27D

Text Example


Text Example

White with #ECD27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD27D; }

 p { color: rgb(236,210,125); }

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

background-color css

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

 a { background-color: rgb(236,210,125); }

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

border-color css

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

 span { border-color: rgb(236,210,125); }

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