Html Css Color HEX #FFEC00 Golden Yellow

📋 copy color: '#FFEC00'

red 255 ◦ green 236 ◦ blue 0

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

Shades of Golden Yellow #FFEC00

Tints of Golden Yellow #FFEC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.93%
G = 48.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFEC00 (or 0xFFEC00) is known color: Golden Yellow. HEX triplet: FF, EC and 00. RGB value is (255,236,0). Sum of RGB (Red+Green+Blue) = 255+236+0=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 0 (0.39% from 255 or 0% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEC00 is #0013FF. Grayscale: #D7D7D7. Windows color (decimal): -5120 or 60671. OLE color: 60671.

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

Color convert

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

Color Harmonies of #FFEC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC00

Black with #FFEC00

Text Example


Text Example

White with #FFEC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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