Html Css Color HEX #FFEA02 Golden Yellow

📋 copy color: '#FFEA02'

red 255 ◦ green 234 ◦ blue 2

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

Shades of Golden Yellow #FFEA02

Tints of Golden Yellow #FFEA02

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.66%

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

R = 51.93%
G = 47.66%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFEA02 (or 0xFFEA02) is known color: Golden Yellow. HEX triplet: FF, EA and 02. RGB value is (255,234,2). Sum of RGB (Red+Green+Blue) = 255+234+2=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 2 (1.17% from 255 or 0.41% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEA02 is #0015FD. Grayscale: #D6D6D6. Windows color (decimal): -5630 or 191231. OLE color: 191231.

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

Color convert

RGB 255 234 2 -
CMYK 0 0.08 0.99 0
HSL 55.02º 1% 0.5% -
HSV(B) 55.02º 0.99% 1% -
XYZ 70.67 80.11 11.8 -
YUV 213.83 8.46 157.36 -
System Red Green Blue C M Y K H S L
Decimal 255 234 2 0 0.08 0.99 0 55.02 1 0.5
Hex FF EA 2 0 8 63 0 37 64 32
Octal 377 352 2 0 10 143 0 67 144 62
Binary 11111111 11101010 10 0 1000 1100011 0 110111 1100100 110010

Color Harmonies of #FFEA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA02

Black with #FFEA02

Text Example


Text Example

White with #FFEA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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