Html Css Color HEX #ECB427 Gold Tips

📋 copy color: '#ECB427'

red 236 ◦ green 180 ◦ blue 39

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

Shades of Gold Tips #ECB427

Tints of Gold Tips #ECB427

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.56%

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

R = 51.87%
G = 39.56%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ECB427 (or 0xECB427) is known color: Gold Tips. HEX triplet: EC, B4 and 27. RGB value is (236,180,39). Sum of RGB (Red+Green+Blue) = 236+180+39=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB427 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB427 is #134BD8. Grayscale: #B5B5B5. Windows color (decimal): -1264601 or 2602220. OLE color: 2602220.

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

Color convert

RGB 236 180 39 -
CMYK 0 0.24 0.83 0.07
HSL 42.94º 0.84% 0.54% -
HSV(B) 42.94º 0.83% 0.93% -
XYZ 51.28 50.62 8.99 -
YUV 180.67 48.05 167.46 -
System Red Green Blue C M Y K H S L
Decimal 236 180 39 0 0.24 0.83 0.07 42.94 0.84 0.54
Hex EC B4 27 0 18 53 7 2B 54 36
Octal 354 264 47 0 30 123 7 53 124 66
Binary 11101100 10110100 100111 0 11000 1010011 111 101011 1010100 110110

Color Harmonies of #ECB427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB427

Black with #ECB427

Text Example


Text Example

White with #ECB427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB427; }

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

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

background-color css

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

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

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

border-color css

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

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

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