Html Css Color HEX #FFE300 Golden Yellow

📋 copy color: '#FFE300'

red 255 ◦ green 227 ◦ blue 0

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

Shades of Golden Yellow #FFE300

Tints of Golden Yellow #FFE300

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.1%

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

R = 52.9%
G = 47.1%
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

#FFE300 (or 0xFFE300) is known color: Golden Yellow. HEX triplet: FF, E3 and 00. RGB value is (255,227,0). Sum of RGB (Red+Green+Blue) = 255+227+0=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 0 (0.39% from 255 or 0% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE300 is #001CFF. Grayscale: #D2D2D2. Windows color (decimal): -7424 or 58367. OLE color: 58367.

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

Color convert

RGB 255 227 0 -
CMYK 0 0.11 1 0
HSL 53.41º 1% 0.5% -
HSV(B) 53.41º 1% 1% -
XYZ 68.71 76.2 11.09 -
YUV 209.49 9.78 160.46 -
System Red Green Blue C M Y K H S L
Decimal 255 227 0 0 0.11 1 0 53.41 1 0.5
Hex FF E3 0 0 B 64 0 35 64 32
Octal 377 343 0 0 13 144 0 65 144 62
Binary 11111111 11100011 0 0 1011 1100100 0 110101 1100100 110010

Color Harmonies of #FFE300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE300

Black with #FFE300

Text Example


Text Example

White with #FFE300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE300; }

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

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

background-color css

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

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

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

border-color css

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

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

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