Html Css Color HEX #FFEC01 Golden Yellow

📋 copy color: '#FFEC01'

red 255 ◦ green 236 ◦ blue 1

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

Shades of Golden Yellow #FFEC01

Tints of Golden Yellow #FFEC01

RGB

 RED value IS 255 (100% from 255) = 51.83%

 GREEN value IS 236 (92.58% from 255) = 47.97%

 BLUE value IS 1 (0.78% from 255) = 0.2%

R = 51.83%
G = 47.97%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFEC01 (or 0xFFEC01) is known color: Golden Yellow. HEX triplet: FF, EC and 01. RGB value is (255,236,1). Sum of RGB (Red+Green+Blue) = 255+236+1=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 1 (0.78% from 255 or 0.20% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEC01 is #0013FE. Grayscale: #D7D7D7. Windows color (decimal): -5119 or 126207. OLE color: 126207.

HSL color Cylindrical-coordinate representation of color #FFEC01: hue angle of 55.51º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFEC01 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 255 236 1 -
CMYK 0 0.07 1.00 0
HSL 55.51º 1% 0.5% -
HSV(B) 55.51º 1% 1% -
XYZ 71.24 81.25 11.96 -
YUV 214.89 7.29 156.61 -
System Red Green Blue C M Y K H S L
Decimal 255 236 1 0 0.07 1.00 0 55.51 1 0.5
Hex FF EC 1 0 7 64 0 38 64 32
Octal 377 354 1 0 7 144 0 70 144 62
Binary 11111111 11101100 1 0 111 1100100 0 111000 1100100 110010

Color Harmonies of #FFEC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC01

Black with #FFEC01

Text Example


Text Example

White with #FFEC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC01; }

 p { color: rgb(255,236,1); }

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

background-color css

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

 a { background-color: rgb(255,236,1); }

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

border-color css

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

 span { border-color: rgb(255,236,1); }

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