Html Css Color HEX #FFEA2A Gorse

📋 copy color: '#FFEA2A'

red 255 ◦ green 234 ◦ blue 42

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

Shades of Gorse #FFEA2A

Tints of Gorse #FFEA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 7.91%

R = 48.02%
G = 44.07%
B = 7.91%

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

#FFEA2A (or 0xFFEA2A) is known color: Gorse. HEX triplet: FF, EA and 2A. RGB value is (255,234,42). Sum of RGB (Red+Green+Blue) = 255+234+42=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 42 (16.80% from 255 or 7.91% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA2A is #0015D5. Grayscale: #DBDBDB. Windows color (decimal): -5590 or 2812671. OLE color: 2812671.

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

Color convert

RGB 255 234 42 -
CMYK 0 0.08 0.84 0
HSL 54.08º 1% 0.58% -
HSV(B) 54.08º 0.84% 1% -
XYZ 71.08 80.27 13.94 -
YUV 218.39 28.46 154.11 -
System Red Green Blue C M Y K H S L
Decimal 255 234 42 0 0.08 0.84 0 54.08 1 0.58
Hex FF EA 2A 0 8 54 0 36 64 3A
Octal 377 352 52 0 10 124 0 66 144 72
Binary 11111111 11101010 101010 0 1000 1010100 0 110110 1100100 111010

Color Harmonies of #FFEA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA2A

Black with #FFEA2A

Text Example


Text Example

White with #FFEA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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