Html Css Color HEX #FFEF2F Gorse

📋 copy color: '#FFEF2F'

red 255 ◦ green 239 ◦ blue 47

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

Shades of Gorse #FFEF2F

Tints of Gorse #FFEF2F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.18%

 BLUE value IS 47 (18.75% from 255) = 8.69%

R = 47.13%
G = 44.18%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFEF2F (or 0xFFEF2F) is known color: Gorse. HEX triplet: FF, EF and 2F. RGB value is (255,239,47). Sum of RGB (Red+Green+Blue) = 255+239+47=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 47 (18.75% from 255 or 8.69% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF2F is #0010D0. Grayscale: #DEDEDE. Windows color (decimal): -4305 or 3141631. OLE color: 3141631.

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

Color convert

RGB 255 239 47 -
CMYK 0 0.06 0.82 0
HSL 55.38º 1% 0.59% -
HSV(B) 55.38º 0.82% 1% -
XYZ 72.62 83.2 14.92 -
YUV 221.9 29.3 151.61 -
System Red Green Blue C M Y K H S L
Decimal 255 239 47 0 0.06 0.82 0 55.38 1 0.59
Hex FF EF 2F 0 6 52 0 37 64 3B
Octal 377 357 57 0 6 122 0 67 144 73
Binary 11111111 11101111 101111 0 110 1010010 0 110111 1100100 111011

Color Harmonies of #FFEF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEF2F

Black with #FFEF2F

Text Example


Text Example

White with #FFEF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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