Html Css Color HEX #FFE400 Golden Yellow

📋 copy color: '#FFE400'

red 255 ◦ green 228 ◦ blue 0

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

Shades of Golden Yellow #FFE400

Tints of Golden Yellow #FFE400

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.2%

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

R = 52.8%
G = 47.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFE400 (or 0xFFE400) is known color: Golden Yellow. HEX triplet: FF, E4 and 00. RGB value is (255,228,0). Sum of RGB (Red+Green+Blue) = 255+228+0=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 0 (0.39% from 255 or 0% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE400 is #001BFF. Grayscale: #D3D3D3. Windows color (decimal): -7168 or 58623. OLE color: 58623.

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

Color convert

RGB 255 228 0 -
CMYK 0 0.11 1 0
HSL 53.65º 1% 0.5% -
HSV(B) 53.65º 1% 1% -
XYZ 68.98 76.75 11.18 -
YUV 210.08 9.45 160.04 -
System Red Green Blue C M Y K H S L
Decimal 255 228 0 0 0.11 1 0 53.65 1 0.5
Hex FF E4 0 0 B 64 0 36 64 32
Octal 377 344 0 0 13 144 0 66 144 62
Binary 11111111 11100100 0 0 1011 1100100 0 110110 1100100 110010

Color Harmonies of #FFE400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE400

Black with #FFE400

Text Example


Text Example

White with #FFE400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE400; }

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

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

background-color css

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

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

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

border-color css

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

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

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