#FFEF32

Color #FFEF32 Gorse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gorse #FFEF32

Tints of Gorse #FFEF32

Color information

#FFEF32 (or 0xFFEF32) is unknown color: approx Gorse. HEX triplet: FF, EF and 32. RGB value is (255,239,50). Sum of RGB (Red+Green+Blue) = 255+239+50=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 50 (19.92% from 255 or 9.19% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF32 is #0010CD. Grayscale: #DFDFDF. Windows color (decimal): -4302 or 3338239. OLE color: 3338239.

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

Color convert

RGB25523950-
CMYK00.060.800
HSL55.32º100%59.8%-
HSV(B)55.32º80.39%100%-
XYZ72.6883.2215.25-
YUV222.2430.8151.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.88%
GREEN value IS 239 (93.75% from 255) = 43.93%
BLUE value IS 50 (19.92% from 255) = 9.19%
R=46.88%
G=43.93%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552395000.060.80055.3210059.8
HexFFEF320650037643c
Octal377357620612006714474
Binary11111111111011111100100110101000001101111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEF32; }

 p { color: rgb(255,239,50); }

 H1.HeaderClassName
 {
   color: #FFEF32;
 }
 .AnyTagClassName
 {
   color: #FFEF32;
 }
</style>
background-color css

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

 a { background-color: rgb(255,239,50); }

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

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

 span { border-color: rgb(255,239,50); }

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