Html Css Color HEX #FFE308 Golden Yellow

📋 copy color: '#FFE308'

red 255 ◦ green 227 ◦ blue 8

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

Shades of Golden Yellow #FFE308

Tints of Golden Yellow #FFE308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.63%

R = 52.04%
G = 46.33%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFE308 (or 0xFFE308) is known color: Golden Yellow. HEX triplet: FF, E3 and 08. RGB value is (255,227,8). Sum of RGB (Red+Green+Blue) = 255+227+8=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 227 (89.06% from 255 or 46.33% from 490); Blue value is 8 (3.52% from 255 or 1.63% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE308 is #001CF7. Grayscale: #D3D3D3. Windows color (decimal): -7416 or 582655. OLE color: 582655.

HSL color Cylindrical-coordinate representation of color #FFE308: hue angle of 53.2º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFE308 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.

Color convert

RGB 255 227 8 -
CMYK 0 0.11 0.97 0
HSL 53.2º 1% 0.52% -
HSV(B) 53.2º 0.97% 1% -
XYZ 68.75 76.22 11.32 -
YUV 210.41 13.78 159.81 -
System Red Green Blue C M Y K H S L
Decimal 255 227 8 0 0.11 0.97 0 53.2 1 0.52
Hex FF E3 8 0 B 61 0 35 64 34
Octal 377 343 10 0 13 141 0 65 144 64
Binary 11111111 11100011 1000 0 1011 1100001 0 110101 1100100 110100

Color Harmonies of #FFE308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE308

Black with #FFE308

Text Example


Text Example

White with #FFE308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE308; }

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

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

background-color css

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

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

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

border-color css

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

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

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