Html Css Color HEX #FEE005 Golden Yellow

📋 copy color: '#FEE005'

red 254 ◦ green 224 ◦ blue 5

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

Shades of Golden Yellow #FEE005

Tints of Golden Yellow #FEE005

RGB

 RED value IS 254 (99.61% from 255) = 52.59%

 GREEN value IS 224 (87.89% from 255) = 46.38%

 BLUE value IS 5 (2.34% from 255) = 1.04%

R = 52.59%
G = 46.38%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEE005 (or 0xFEE005) is known color: Golden Yellow. HEX triplet: FE, E0 and 05. RGB value is (254,224,5). Sum of RGB (Red+Green+Blue) = 254+224+5=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 5 (2.34% from 255 or 1.04% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE005 is #011FFA. Grayscale: #D0D0D0. Windows color (decimal): -73723 or 385278. OLE color: 385278.

HSL color Cylindrical-coordinate representation of color #FEE005: hue angle of 52.77º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEE005 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 224 5 -
CMYK 0 0.12 0.98 0.00
HSL 52.77º 0.99% 0.51% -
HSV(B) 52.77º 0.98% 1% -
XYZ 67.56 74.39 10.94 -
YUV 208 13.44 160.81 -
System Red Green Blue C M Y K H S L
Decimal 254 224 5 0 0.12 0.98 0.00 52.77 0.99 0.51
Hex FE E0 5 0 C 62 0 35 63 33
Octal 376 340 5 0 14 142 0 65 143 63
Binary 11111110 11100000 101 0 1100 1100010 0 110101 1100011 110011

Color Harmonies of #FEE005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE005

Black with #FEE005

Text Example


Text Example

White with #FEE005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE005; }

 p { color: rgb(254,224,5); }

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

background-color css

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

 a { background-color: rgb(254,224,5); }

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

border-color css

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

 span { border-color: rgb(254,224,5); }

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