Html Css Color HEX #FFED31 Gorse

📋 copy color: '#FFED31'

red 255 ◦ green 237 ◦ blue 49

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

Shades of Gorse #FFED31

Tints of Gorse #FFED31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.06%

R = 47.13%
G = 43.81%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFED31 (or 0xFFED31) is known color: Gorse. HEX triplet: FF, ED and 31. RGB value is (255,237,49). Sum of RGB (Red+Green+Blue) = 255+237+49=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 49 (19.53% from 255 or 9.06% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED31 is #0012CE. Grayscale: #DDDDDD. Windows color (decimal): -4815 or 3272191. OLE color: 3272191.

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

Color convert

RGB 255 237 49 -
CMYK 0 0.07 0.81 0
HSL 54.76º 1% 0.6% -
HSV(B) 54.76º 0.81% 1% -
XYZ 72.08 82.05 14.94 -
YUV 220.95 30.96 152.29 -
System Red Green Blue C M Y K H S L
Decimal 255 237 49 0 0.07 0.81 0 54.76 1 0.6
Hex FF ED 31 0 7 51 0 37 64 3C
Octal 377 355 61 0 7 121 0 67 144 74
Binary 11111111 11101101 110001 0 111 1010001 0 110111 1100100 111100

Color Harmonies of #FFED31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED31

Black with #FFED31

Text Example


Text Example

White with #FFED31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED31; }

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

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

background-color css

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

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

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

border-color css

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

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

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