Html Css Color HEX #FEE534 Gorse

📋 copy color: '#FEE534'

red 254 ◦ green 229 ◦ blue 52

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

Shades of Gorse #FEE534

Tints of Gorse #FEE534

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.8%

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

R = 47.48%
G = 42.8%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEE534 (or 0xFEE534) is known color: Gorse. HEX triplet: FE, E5 and 34. RGB value is (254,229,52). Sum of RGB (Red+Green+Blue) = 254+229+52=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 229 (89.84% from 255 or 42.80% from 535); Blue value is 52 (20.70% from 255 or 9.72% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE534 is #011ACB. Grayscale: #D9D9D9. Windows color (decimal): -72396 or 3466750. OLE color: 3466750.

HSL color Cylindrical-coordinate representation of color #FEE534: hue angle of 52.57º 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 #FEE534 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 229 52 -
CMYK 0 0.10 0.80 0.00
HSL 52.57º 0.99% 0.6% -
HSV(B) 52.57º 0.8% 1% -
XYZ 69.51 77.36 14.52 -
YUV 216.3 35.28 154.89 -
System Red Green Blue C M Y K H S L
Decimal 254 229 52 0 0.10 0.80 0.00 52.57 0.99 0.6
Hex FE E5 34 0 A 50 0 35 63 3C
Octal 376 345 64 0 12 120 0 65 143 74
Binary 11111110 11100101 110100 0 1010 1010000 0 110101 1100011 111100

Color Harmonies of #FEE534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE534

Black with #FEE534

Text Example


Text Example

White with #FEE534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE534; }

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

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

background-color css

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

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

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

border-color css

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

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

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