Html Css Color HEX #FFEB2A Gorse

📋 copy color: '#FFEB2A'

red 255 ◦ green 235 ◦ blue 42

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

Shades of Gorse #FFEB2A

Tints of Gorse #FFEB2A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.17%

 BLUE value IS 42 (16.8% from 255) = 7.89%

R = 47.93%
G = 44.17%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFEB2A (or 0xFFEB2A) is known color: Gorse. HEX triplet: FF, EB and 2A. RGB value is (255,235,42). Sum of RGB (Red+Green+Blue) = 255+235+42=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 42 (16.80% from 255 or 7.89% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEB2A is #0014D5. Grayscale: #DBDBDB. Windows color (decimal): -5334 or 2812927. OLE color: 2812927.

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

Color convert

RGB 255 235 42 -
CMYK 0 0.08 0.84 0
HSL 54.37º 1% 0.58% -
HSV(B) 54.37º 0.84% 1% -
XYZ 71.37 80.84 14.03 -
YUV 218.98 28.13 153.69 -
System Red Green Blue C M Y K H S L
Decimal 255 235 42 0 0.08 0.84 0 54.37 1 0.58
Hex FF EB 2A 0 8 54 0 36 64 3A
Octal 377 353 52 0 10 124 0 66 144 72
Binary 11111111 11101011 101010 0 1000 1010100 0 110110 1100100 111010

Color Harmonies of #FFEB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEB2A

Black with #FFEB2A

Text Example


Text Example

White with #FFEB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEB2A; }

 p { color: rgb(255,235,42); }

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

background-color css

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

 a { background-color: rgb(255,235,42); }

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

border-color css

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

 span { border-color: rgb(255,235,42); }

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