Html Css Color HEX #FFED2F Gorse

📋 copy color: '#FFED2F'

red 255 ◦ green 237 ◦ blue 47

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

Shades of Gorse #FFED2F

Tints of Gorse #FFED2F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.97%

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

R = 47.31%
G = 43.97%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFED2F (or 0xFFED2F) is known color: Gorse. HEX triplet: FF, ED and 2F. RGB value is (255,237,47). Sum of RGB (Red+Green+Blue) = 255+237+47=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 47 (18.75% from 255 or 8.72% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED2F is #0012D0. Grayscale: #DDDDDD. Windows color (decimal): -4817 or 3141119. OLE color: 3141119.

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

Color convert

RGB 255 237 47 -
CMYK 0 0.07 0.82 0
HSL 54.81º 1% 0.59% -
HSV(B) 54.81º 0.82% 1% -
XYZ 72.04 82.03 14.73 -
YUV 220.72 29.96 152.45 -
System Red Green Blue C M Y K H S L
Decimal 255 237 47 0 0.07 0.82 0 54.81 1 0.59
Hex FF ED 2F 0 7 52 0 37 64 3B
Octal 377 355 57 0 7 122 0 67 144 73
Binary 11111111 11101101 101111 0 111 1010010 0 110111 1100100 111011

Color Harmonies of #FFED2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED2F

Black with #FFED2F

Text Example


Text Example

White with #FFED2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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