Html Css Color HEX #FEEA34 Gorse

📋 copy color: '#FEEA34'

red 254 ◦ green 234 ◦ blue 52

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

Shades of Gorse #FEEA34

Tints of Gorse #FEEA34

RGB

 RED value IS 254 (99.61% from 255) = 47.04%

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

 BLUE value IS 52 (20.7% from 255) = 9.63%

R = 47.04%
G = 43.33%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEEA34 (or 0xFEEA34) is known color: Gorse. HEX triplet: FE, EA and 34. RGB value is (254,234,52). Sum of RGB (Red+Green+Blue) = 254+234+52=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 234 (91.80% from 255 or 43.33% from 540); Blue value is 52 (20.70% from 255 or 9.63% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA34 is #0115CB. Grayscale: #DBDBDB. Windows color (decimal): -71116 or 3468030. OLE color: 3468030.

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

Color convert

RGB 254 234 52 -
CMYK 0 0.08 0.80 0.00
HSL 54.06º 0.99% 0.6% -
HSV(B) 54.06º 0.8% 1% -
XYZ 70.92 80.16 14.98 -
YUV 219.23 33.63 152.8 -
System Red Green Blue C M Y K H S L
Decimal 254 234 52 0 0.08 0.80 0.00 54.06 0.99 0.6
Hex FE EA 34 0 8 50 0 36 63 3C
Octal 376 352 64 0 10 120 0 66 143 74
Binary 11111110 11101010 110100 0 1000 1010000 0 110110 1100011 111100

Color Harmonies of #FEEA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEA34

Black with #FEEA34

Text Example


Text Example

White with #FEEA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEA34; }

 p { color: rgb(254,234,52); }

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

background-color css

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

 a { background-color: rgb(254,234,52); }

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

border-color css

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

 span { border-color: rgb(254,234,52); }

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