Html Css Color HEX #FEE705 Golden Yellow

📋 copy color: '#FEE705'

red 254 ◦ green 231 ◦ blue 5

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

Shades of Golden Yellow #FEE705

Tints of Golden Yellow #FEE705

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.14%

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

R = 51.84%
G = 47.14%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEE705 (or 0xFEE705) is known color: Golden Yellow. HEX triplet: FE, E7 and 05. RGB value is (254,231,5). Sum of RGB (Red+Green+Blue) = 254+231+5=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 231 (90.62% from 255 or 47.14% from 490); Blue value is 5 (2.34% from 255 or 1.02% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE705 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE705 is #0118FA. Grayscale: #D5D5D5. Windows color (decimal): -71931 or 387070. OLE color: 387070.

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

Color convert

RGB 254 231 5 -
CMYK 0 0.09 0.98 0.00
HSL 54.46º 0.99% 0.51% -
HSV(B) 54.46º 0.98% 1% -
XYZ 69.48 78.23 11.58 -
YUV 212.11 11.12 157.88 -
System Red Green Blue C M Y K H S L
Decimal 254 231 5 0 0.09 0.98 0.00 54.46 0.99 0.51
Hex FE E7 5 0 9 62 0 36 63 33
Octal 376 347 5 0 11 142 0 66 143 63
Binary 11111110 11100111 101 0 1001 1100010 0 110110 1100011 110011

Color Harmonies of #FEE705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE705

Black with #FEE705

Text Example


Text Example

White with #FEE705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE705; }

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

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

background-color css

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

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

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

border-color css

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

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

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