Html Css Color HEX #FFE034 Gorse

📋 copy color: '#FFE034'

red 255 ◦ green 224 ◦ blue 52

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

Shades of Gorse #FFE034

Tints of Gorse #FFE034

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.18%

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

R = 48.02%
G = 42.18%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFE034 (or 0xFFE034) is known color: Gorse. HEX triplet: FF, E0 and 34. RGB value is (255,224,52). Sum of RGB (Red+Green+Blue) = 255+224+52=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 52 (20.70% from 255 or 9.79% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE034 is #001FCB. Grayscale: #D6D6D6. Windows color (decimal): -8140 or 3465471. OLE color: 3465471.

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

Color convert

RGB 255 224 52 -
CMYK 0 0.12 0.80 0
HSL 50.84º 1% 0.6% -
HSV(B) 50.84º 0.8% 1% -
XYZ 68.52 74.82 14.08 -
YUV 213.66 36.77 157.49 -
System Red Green Blue C M Y K H S L
Decimal 255 224 52 0 0.12 0.80 0 50.84 1 0.6
Hex FF E0 34 0 C 50 0 33 64 3C
Octal 377 340 64 0 14 120 0 63 144 74
Binary 11111111 11100000 110100 0 1100 1010000 0 110011 1100100 111100

Color Harmonies of #FFE034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE034

Black with #FFE034

Text Example


Text Example

White with #FFE034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE034; }

 p { color: rgb(255,224,52); }

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

background-color css

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

 a { background-color: rgb(255,224,52); }

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

border-color css

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

 span { border-color: rgb(255,224,52); }

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