Html Css Color HEX #FFEF28 Gorse

📋 copy color: '#FFEF28'

red 255 ◦ green 239 ◦ blue 40

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

Shades of Gorse #FFEF28

Tints of Gorse #FFEF28

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.76%

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

R = 47.75%
G = 44.76%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFEF28 (or 0xFFEF28) is known color: Gorse. HEX triplet: FF, EF and 28. RGB value is (255,239,40). Sum of RGB (Red+Green+Blue) = 255+239+40=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 40 (16.02% from 255 or 7.49% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF28 is #0010D7. Grayscale: #DDDDDD. Windows color (decimal): -4312 or 2682879. OLE color: 2682879.

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

Color convert

RGB 255 239 40 -
CMYK 0 0.06 0.84 0
HSL 55.53º 1% 0.58% -
HSV(B) 55.53º 0.84% 1% -
XYZ 72.49 83.15 14.24 -
YUV 221.1 25.8 152.18 -
System Red Green Blue C M Y K H S L
Decimal 255 239 40 0 0.06 0.84 0 55.53 1 0.58
Hex FF EF 28 0 6 54 0 38 64 3A
Octal 377 357 50 0 6 124 0 70 144 72
Binary 11111111 11101111 101000 0 110 1010100 0 111000 1100100 111010

Color Harmonies of #FFEF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEF28

Black with #FFEF28

Text Example


Text Example

White with #FFEF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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