Html Css Color HEX #FFEA28 Gorse

📋 copy color: '#FFEA28'

red 255 ◦ green 234 ◦ blue 40

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

Shades of Gorse #FFEA28

Tints of Gorse #FFEA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.56%

R = 48.2%
G = 44.23%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFEA28 (or 0xFFEA28) is known color: Gorse. HEX triplet: FF, EA and 28. RGB value is (255,234,40). Sum of RGB (Red+Green+Blue) = 255+234+40=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 40 (16.02% from 255 or 7.56% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA28 is #0015D7. Grayscale: #DADADA. Windows color (decimal): -5592 or 2681599. OLE color: 2681599.

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

Color convert

RGB 255 234 40 -
CMYK 0 0.08 0.84 0
HSL 54.14º 1% 0.58% -
HSV(B) 54.14º 0.84% 1% -
XYZ 71.05 80.26 13.75 -
YUV 218.16 27.46 154.27 -
System Red Green Blue C M Y K H S L
Decimal 255 234 40 0 0.08 0.84 0 54.14 1 0.58
Hex FF EA 28 0 8 54 0 36 64 3A
Octal 377 352 50 0 10 124 0 66 144 72
Binary 11111111 11101010 101000 0 1000 1010100 0 110110 1100100 111010

Color Harmonies of #FFEA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA28

Black with #FFEA28

Text Example


Text Example

White with #FFEA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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