Html Css Color HEX #FFEA00 Golden Yellow

📋 copy color: '#FFEA00'

red 255 ◦ green 234 ◦ blue 0

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

Shades of Golden Yellow #FFEA00

Tints of Golden Yellow #FFEA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.15%
G = 47.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFEA00 (or 0xFFEA00) is known color: Golden Yellow. HEX triplet: FF, EA and 00. RGB value is (255,234,0). Sum of RGB (Red+Green+Blue) = 255+234+0=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 0 (0.39% from 255 or 0% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEA00 is #0015FF. Grayscale: #D6D6D6. Windows color (decimal): -5632 or 60159. OLE color: 60159.

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

Color convert

RGB 255 234 0 -
CMYK 0 0.08 1 0
HSL 55.06º 1% 0.5% -
HSV(B) 55.06º 1% 1% -
XYZ 70.66 80.11 11.74 -
YUV 213.6 7.46 157.53 -
System Red Green Blue C M Y K H S L
Decimal 255 234 0 0 0.08 1 0 55.06 1 0.5
Hex FF EA 0 0 8 64 0 37 64 32
Octal 377 352 0 0 10 144 0 67 144 62
Binary 11111111 11101010 0 0 1000 1100100 0 110111 1100100 110010

Color Harmonies of #FFEA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA00

Black with #FFEA00

Text Example


Text Example

White with #FFEA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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