Html Css Color HEX #FFE207 Golden Yellow

📋 copy color: '#FFE207'

red 255 ◦ green 226 ◦ blue 7

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

Shades of Golden Yellow #FFE207

Tints of Golden Yellow #FFE207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.43%

R = 52.25%
G = 46.31%
B = 1.43%

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

#FFE207 (or 0xFFE207) is known color: Golden Yellow. HEX triplet: FF, E2 and 07. RGB value is (255,226,7). Sum of RGB (Red+Green+Blue) = 255+226+7=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 7 (3.12% from 255 or 1.43% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE207 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE207 is #001DF8. Grayscale: #D2D2D2. Windows color (decimal): -7673 or 516863. OLE color: 516863.

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

Color convert

RGB 255 226 7 -
CMYK 0 0.11 0.97 0
HSL 52.98º 1% 0.51% -
HSV(B) 52.98º 0.97% 1% -
XYZ 68.47 75.67 11.2 -
YUV 209.71 13.61 160.31 -
System Red Green Blue C M Y K H S L
Decimal 255 226 7 0 0.11 0.97 0 52.98 1 0.51
Hex FF E2 7 0 B 61 0 35 64 33
Octal 377 342 7 0 13 141 0 65 144 63
Binary 11111111 11100010 111 0 1011 1100001 0 110101 1100100 110011

Color Harmonies of #FFE207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE207

Black with #FFE207

Text Example


Text Example

White with #FFE207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE207; }

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

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

background-color css

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

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

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

border-color css

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

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

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