Html Css Color HEX #FFED32 Gorse

📋 copy color: '#FFED32'

red 255 ◦ green 237 ◦ blue 50

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

Shades of Gorse #FFED32

Tints of Gorse #FFED32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.23%

R = 47.05%
G = 43.73%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFED32 (or 0xFFED32) is known color: Gorse. HEX triplet: FF, ED and 32. RGB value is (255,237,50). Sum of RGB (Red+Green+Blue) = 255+237+50=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 50 (19.92% from 255 or 9.23% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED32 is #0012CD. Grayscale: #DDDDDD. Windows color (decimal): -4814 or 3337727. OLE color: 3337727.

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

Color convert

RGB 255 237 50 -
CMYK 0 0.07 0.80 0
HSL 54.73º 1% 0.6% -
HSV(B) 54.73º 0.8% 1% -
XYZ 72.1 82.06 15.06 -
YUV 221.06 31.46 152.21 -
System Red Green Blue C M Y K H S L
Decimal 255 237 50 0 0.07 0.80 0 54.73 1 0.6
Hex FF ED 32 0 7 50 0 37 64 3C
Octal 377 355 62 0 7 120 0 67 144 74
Binary 11111111 11101101 110010 0 111 1010000 0 110111 1100100 111100

Color Harmonies of #FFED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED32

Black with #FFED32

Text Example


Text Example

White with #FFED32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED32; }

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

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

background-color css

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

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

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

border-color css

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

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

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