Html Css Color HEX #FFEA2E Gorse

📋 copy color: '#FFEA2E'

red 255 ◦ green 234 ◦ blue 46

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

Shades of Gorse #FFEA2E

Tints of Gorse #FFEA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.6%

R = 47.66%
G = 43.74%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFEA2E (or 0xFFEA2E) is known color: Gorse. HEX triplet: FF, EA and 2E. RGB value is (255,234,46). Sum of RGB (Red+Green+Blue) = 255+234+46=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 46 (18.36% from 255 or 8.60% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA2E is #0015D1. Grayscale: #DBDBDB. Windows color (decimal): -5586 or 3074815. OLE color: 3074815.

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

Color convert

RGB 255 234 46 -
CMYK 0 0.08 0.82 0
HSL 53.97º 1% 0.59% -
HSV(B) 53.97º 0.82% 1% -
XYZ 71.16 80.3 14.33 -
YUV 218.85 30.46 153.79 -
System Red Green Blue C M Y K H S L
Decimal 255 234 46 0 0.08 0.82 0 53.97 1 0.59
Hex FF EA 2E 0 8 52 0 36 64 3B
Octal 377 352 56 0 10 122 0 66 144 73
Binary 11111111 11101010 101110 0 1000 1010010 0 110110 1100100 111011

Color Harmonies of #FFEA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA2E

Black with #FFEA2E

Text Example


Text Example

White with #FFEA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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