Html Css Color HEX #FFEC2A Gorse

📋 copy color: '#FFEC2A'

red 255 ◦ green 236 ◦ blue 42

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

Shades of Gorse #FFEC2A

Tints of Gorse #FFEC2A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.28%

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

R = 47.84%
G = 44.28%
B = 7.88%

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

#FFEC2A (or 0xFFEC2A) is known color: Gorse. HEX triplet: FF, EC and 2A. RGB value is (255,236,42). Sum of RGB (Red+Green+Blue) = 255+236+42=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 42 (16.80% from 255 or 7.88% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC2A is #0013D5. Grayscale: #DCDCDC. Windows color (decimal): -5078 or 2813183. OLE color: 2813183.

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

Color convert

RGB 255 236 42 -
CMYK 0 0.07 0.84 0
HSL 54.65º 1% 0.58% -
HSV(B) 54.65º 0.84% 1% -
XYZ 71.65 81.42 14.13 -
YUV 219.57 27.79 153.27 -
System Red Green Blue C M Y K H S L
Decimal 255 236 42 0 0.07 0.84 0 54.65 1 0.58
Hex FF EC 2A 0 7 54 0 37 64 3A
Octal 377 354 52 0 7 124 0 67 144 72
Binary 11111111 11101100 101010 0 111 1010100 0 110111 1100100 111010

Color Harmonies of #FFEC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC2A

Black with #FFEC2A

Text Example


Text Example

White with #FFEC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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