Html Css Color HEX #FFED28 Gorse

📋 copy color: '#FFED28'

red 255 ◦ green 237 ◦ blue 40

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

Shades of Gorse #FFED28

Tints of Gorse #FFED28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.52%

R = 47.93%
G = 44.55%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFED28 (or 0xFFED28) is known color: Gorse. HEX triplet: FF, ED and 28. RGB value is (255,237,40). Sum of RGB (Red+Green+Blue) = 255+237+40=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 40 (16.02% from 255 or 7.52% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED28 is #0012D7. Grayscale: #DCDCDC. Windows color (decimal): -4824 or 2682367. OLE color: 2682367.

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

Color convert

RGB 255 237 40 -
CMYK 0 0.07 0.84 0
HSL 54.98º 1% 0.58% -
HSV(B) 54.98º 0.84% 1% -
XYZ 71.91 81.98 14.04 -
YUV 219.92 26.46 153.02 -
System Red Green Blue C M Y K H S L
Decimal 255 237 40 0 0.07 0.84 0 54.98 1 0.58
Hex FF ED 28 0 7 54 0 37 64 3A
Octal 377 355 50 0 7 124 0 67 144 72
Binary 11111111 11101101 101000 0 111 1010100 0 110111 1100100 111010

Color Harmonies of #FFED28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED28

Black with #FFED28

Text Example


Text Example

White with #FFED28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED28; }

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

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

background-color css

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

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

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

border-color css

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

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

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