Html Css Color HEX #FFED26 Gorse

📋 copy color: '#FFED26'

red 255 ◦ green 237 ◦ blue 38

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

Shades of Gorse #FFED26

Tints of Gorse #FFED26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.17%

R = 48.11%
G = 44.72%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFED26 (or 0xFFED26) is known color: Gorse. HEX triplet: FF, ED and 26. RGB value is (255,237,38). Sum of RGB (Red+Green+Blue) = 255+237+38=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 38 (15.23% from 255 or 7.17% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED26 is #0012D9. Grayscale: #DCDCDC. Windows color (decimal): -4826 or 2551295. OLE color: 2551295.

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

Color convert

RGB 255 237 38 -
CMYK 0 0.07 0.85 0
HSL 55.02º 1% 0.57% -
HSV(B) 55.02º 0.85% 1% -
XYZ 71.87 81.97 13.87 -
YUV 219.7 25.46 153.18 -
System Red Green Blue C M Y K H S L
Decimal 255 237 38 0 0.07 0.85 0 55.02 1 0.57
Hex FF ED 26 0 7 55 0 37 64 39
Octal 377 355 46 0 7 125 0 67 144 71
Binary 11111111 11101101 100110 0 111 1010101 0 110111 1100100 111001

Color Harmonies of #FFED26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED26

Black with #FFED26

Text Example


Text Example

White with #FFED26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED26; }

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

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

background-color css

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

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

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

border-color css

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

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

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