Html Css Color HEX #ECD27B Buff

📋 copy color: '#ECD27B'

red 236 ◦ green 210 ◦ blue 123

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

Shades of Buff #ECD27B

Tints of Buff #ECD27B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.62%

R = 41.48%
G = 36.91%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ECD27B (or 0xECD27B) is known color: Buff. HEX triplet: EC, D2 and 7B. RGB value is (236,210,123). Sum of RGB (Red+Green+Blue) = 236+210+123=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 123 (48.44% from 255 or 21.62% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD27B is #132D84. Grayscale: #D0D0D0. Windows color (decimal): -1256837 or 8114924. OLE color: 8114924.

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

Color convert

RGB 236 210 123 -
CMYK 0 0.11 0.48 0.07
HSL 46.19º 0.75% 0.7% -
HSV(B) 46.19º 0.48% 0.93% -
XYZ 61.21 65.36 28.13 -
YUV 207.86 80.11 148.07 -
System Red Green Blue C M Y K H S L
Decimal 236 210 123 0 0.11 0.48 0.07 46.19 0.75 0.7
Hex EC D2 7B 0 B 30 7 2E 4B 46
Octal 354 322 173 0 13 60 7 56 113 106
Binary 11101100 11010010 1111011 0 1011 110000 111 101110 1001011 1000110

Color Harmonies of #ECD27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD27B

Black with #ECD27B

Text Example


Text Example

White with #ECD27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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