Html Css Color HEX #ECD77D Flax

📋 copy color: '#ECD77D'

red 236 ◦ green 215 ◦ blue 125

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

Shades of Flax #ECD77D

Tints of Flax #ECD77D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.33%

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

R = 40.97%
G = 37.33%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECD77D (or 0xECD77D) is known color: Flax. HEX triplet: EC, D7 and 7D. RGB value is (236,215,125). Sum of RGB (Red+Green+Blue) = 236+215+125=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD77D is #132882. Grayscale: #D3D3D3. Windows color (decimal): -1255555 or 8247276. OLE color: 8247276.

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

Color convert

RGB 236 215 125 -
CMYK 0 0.09 0.47 0.07
HSL 48.65º 0.74% 0.71% -
HSV(B) 48.65º 0.47% 0.93% -
XYZ 62.59 67.91 29.21 -
YUV 211.02 79.46 145.82 -
System Red Green Blue C M Y K H S L
Decimal 236 215 125 0 0.09 0.47 0.07 48.65 0.74 0.71
Hex EC D7 7D 0 9 2F 7 31 4A 47
Octal 354 327 175 0 11 57 7 61 112 107
Binary 11101100 11010111 1111101 0 1001 101111 111 110001 1001010 1000111

Color Harmonies of #ECD77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD77D

Black with #ECD77D

Text Example


Text Example

White with #ECD77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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