Html Css Color HEX #FEE006 Golden Yellow

📋 copy color: '#FEE006'

red 254 ◦ green 224 ◦ blue 6

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

Shades of Golden Yellow #FEE006

Tints of Golden Yellow #FEE006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.24%

R = 52.48%
G = 46.28%
B = 1.24%

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

#FEE006 (or 0xFEE006) is known color: Golden Yellow. HEX triplet: FE, E0 and 06. RGB value is (254,224,6). Sum of RGB (Red+Green+Blue) = 254+224+6=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 6 (2.73% from 255 or 1.24% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE006 is #011FF9. Grayscale: #D1D1D1. Windows color (decimal): -73722 or 450814. OLE color: 450814.

HSL color Cylindrical-coordinate representation of color #FEE006: hue angle of 52.74º 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 #FEE006 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 224 6 -
CMYK 0 0.12 0.98 0.00
HSL 52.74º 0.99% 0.51% -
HSV(B) 52.74º 0.98% 1% -
XYZ 67.56 74.4 10.97 -
YUV 208.12 13.94 160.73 -
System Red Green Blue C M Y K H S L
Decimal 254 224 6 0 0.12 0.98 0.00 52.74 0.99 0.51
Hex FE E0 6 0 C 62 0 35 63 33
Octal 376 340 6 0 14 142 0 65 143 63
Binary 11111110 11100000 110 0 1100 1100010 0 110101 1100011 110011

Color Harmonies of #FEE006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE006

Black with #FEE006

Text Example


Text Example

White with #FEE006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE006; }

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

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

background-color css

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

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

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

border-color css

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

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

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