Html Css Color HEX #FFE206 Golden Yellow

📋 copy color: '#FFE206'

red 255 ◦ green 226 ◦ blue 6

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

Shades of Golden Yellow #FFE206

Tints of Golden Yellow #FFE206

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.41%

 BLUE value IS 6 (2.73% from 255) = 1.23%

R = 52.36%
G = 46.41%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFE206 (or 0xFFE206) is known color: Golden Yellow. HEX triplet: FF, E2 and 06. RGB value is (255,226,6). Sum of RGB (Red+Green+Blue) = 255+226+6=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 6 (2.73% from 255 or 1.23% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE206 is #001DF9. Grayscale: #D2D2D2. Windows color (decimal): -7674 or 451327. OLE color: 451327.

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

Color convert

RGB 255 226 6 -
CMYK 0 0.11 0.98 0
HSL 53.01º 1% 0.51% -
HSV(B) 53.01º 0.98% 1% -
XYZ 68.47 75.67 11.17 -
YUV 209.59 13.11 160.39 -
System Red Green Blue C M Y K H S L
Decimal 255 226 6 0 0.11 0.98 0 53.01 1 0.51
Hex FF E2 6 0 B 62 0 35 64 33
Octal 377 342 6 0 13 142 0 65 144 63
Binary 11111111 11100010 110 0 1011 1100010 0 110101 1100100 110011

Color Harmonies of #FFE206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE206

Black with #FFE206

Text Example


Text Example

White with #FFE206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE206; }

 p { color: rgb(255,226,6); }

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

background-color css

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

 a { background-color: rgb(255,226,6); }

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

border-color css

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

 span { border-color: rgb(255,226,6); }

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