Html Css Color HEX #FED70E Gold

📋 copy color: '#FED70E'

red 254 ◦ green 215 ◦ blue 14

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

Shades of Gold #FED70E

Tints of Gold #FED70E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.51%

 BLUE value IS 14 (5.86% from 255) = 2.9%

R = 52.59%
G = 44.51%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FED70E (or 0xFED70E) is known color: Gold. HEX triplet: FE, D7 and 0E. RGB value is (254,215,14). Sum of RGB (Red+Green+Blue) = 254+215+14=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 14 (5.86% from 255 or 2.90% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FED70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED70E is #0128F1. Grayscale: #CCCCCC. Windows color (decimal): -76018 or 972798. OLE color: 972798.

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

Color convert

RGB 254 215 14 -
CMYK 0 0.15 0.94 0.00
HSL 50.25º 0.99% 0.53% -
HSV(B) 50.25º 0.94% 1% -
XYZ 65.25 69.7 10.43 -
YUV 203.75 20.92 163.84 -
System Red Green Blue C M Y K H S L
Decimal 254 215 14 0 0.15 0.94 0.00 50.25 0.99 0.53
Hex FE D7 E 0 F 5E 0 32 63 35
Octal 376 327 16 0 17 136 0 62 143 65
Binary 11111110 11010111 1110 0 1111 1011110 0 110010 1100011 110101

Color Harmonies of #FED70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED70E

Black with #FED70E

Text Example


Text Example

White with #FED70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED70E; }

 p { color: rgb(254,215,14); }

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

background-color css

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

 a { background-color: rgb(254,215,14); }

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

border-color css

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

 span { border-color: rgb(254,215,14); }

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