Html Css Color HEX #ECAF27 Gold Tips

📋 copy color: '#ECAF27'

red 236 ◦ green 175 ◦ blue 39

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

Shades of Gold Tips #ECAF27

Tints of Gold Tips #ECAF27

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.89%

 BLUE value IS 39 (15.63% from 255) = 8.67%

R = 52.44%
G = 38.89%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ECAF27 (or 0xECAF27) is known color: Gold Tips. HEX triplet: EC, AF and 27. RGB value is (236,175,39). Sum of RGB (Red+Green+Blue) = 236+175+39=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 39 (15.62% from 255 or 8.67% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF27 is #1350D8. Grayscale: #B2B2B2. Windows color (decimal): -1265881 or 2600940. OLE color: 2600940.

HSL color Cylindrical-coordinate representation of color #ECAF27: hue angle of 41.42º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECAF27 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 175 39 -
CMYK 0 0.26 0.83 0.07
HSL 41.42º 0.84% 0.54% -
HSV(B) 41.42º 0.83% 0.93% -
XYZ 50.29 48.64 8.66 -
YUV 177.74 49.71 169.56 -
System Red Green Blue C M Y K H S L
Decimal 236 175 39 0 0.26 0.83 0.07 41.42 0.84 0.54
Hex EC AF 27 0 1A 53 7 29 54 36
Octal 354 257 47 0 32 123 7 51 124 66
Binary 11101100 10101111 100111 0 11010 1010011 111 101001 1010100 110110

Color Harmonies of #ECAF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF27

Black with #ECAF27

Text Example


Text Example

White with #ECAF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF27; }

 p { color: rgb(236,175,39); }

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

background-color css

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

 a { background-color: rgb(236,175,39); }

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

border-color css

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

 span { border-color: rgb(236,175,39); }

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