Html Css Color HEX #FFE702 Golden Yellow

📋 copy color: '#FFE702'

red 255 ◦ green 231 ◦ blue 2

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

Shades of Golden Yellow #FFE702

Tints of Golden Yellow #FFE702

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.34%

 BLUE value IS 2 (1.17% from 255) = 0.41%

R = 52.25%
G = 47.34%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFE702 (or 0xFFE702) is known color: Golden Yellow. HEX triplet: FF, E7 and 02. RGB value is (255,231,2). Sum of RGB (Red+Green+Blue) = 255+231+2=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 2 (1.17% from 255 or 0.41% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE702 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE702 is #0018FD. Grayscale: #D5D5D5. Windows color (decimal): -6398 or 190463. OLE color: 190463.

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

Color convert

RGB 255 231 2 -
CMYK 0 0.09 0.99 0
HSL 54.31º 1% 0.5% -
HSV(B) 54.31º 0.99% 1% -
XYZ 69.83 78.42 11.51 -
YUV 212.07 9.45 158.62 -
System Red Green Blue C M Y K H S L
Decimal 255 231 2 0 0.09 0.99 0 54.31 1 0.5
Hex FF E7 2 0 9 63 0 36 64 32
Octal 377 347 2 0 11 143 0 66 144 62
Binary 11111111 11100111 10 0 1001 1100011 0 110110 1100100 110010

Color Harmonies of #FFE702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE702

Black with #FFE702

Text Example


Text Example

White with #FFE702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE702; }

 p { color: rgb(255,231,2); }

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

background-color css

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

 a { background-color: rgb(255,231,2); }

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

border-color css

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

 span { border-color: rgb(255,231,2); }

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