Html Css Color HEX #FFEA03 Golden Yellow

📋 copy color: '#FFEA03'

red 255 ◦ green 234 ◦ blue 3

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

Shades of Golden Yellow #FFEA03

Tints of Golden Yellow #FFEA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.61%

R = 51.83%
G = 47.56%
B = 0.61%

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

#FFEA03 (or 0xFFEA03) is known color: Golden Yellow. HEX triplet: FF, EA and 03. RGB value is (255,234,3). Sum of RGB (Red+Green+Blue) = 255+234+3=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 3 (1.56% from 255 or 0.61% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEA03 is #0015FC. Grayscale: #D6D6D6. Windows color (decimal): -5629 or 256767. OLE color: 256767.

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

Color convert

RGB 255 234 3 -
CMYK 0 0.08 0.99 0
HSL 55º 1% 0.51% -
HSV(B) 55º 0.99% 1% -
XYZ 70.68 80.11 11.82 -
YUV 213.95 8.96 157.28 -
System Red Green Blue C M Y K H S L
Decimal 255 234 3 0 0.08 0.99 0 55 1 0.51
Hex FF EA 3 0 8 63 0 37 64 33
Octal 377 352 3 0 10 143 0 67 144 63
Binary 11111111 11101010 11 0 1000 1100011 0 110111 1100100 110011

Color Harmonies of #FFEA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA03

Black with #FFEA03

Text Example


Text Example

White with #FFEA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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