Html Css Color HEX #FFEE2A Gorse

📋 copy color: '#FFEE2A'

red 255 ◦ green 238 ◦ blue 42

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

Shades of Gorse #FFEE2A

Tints of Gorse #FFEE2A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.49%

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

R = 47.66%
G = 44.49%
B = 7.85%

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

#FFEE2A (or 0xFFEE2A) is known color: Gorse. HEX triplet: FF, EE and 2A. RGB value is (255,238,42). Sum of RGB (Red+Green+Blue) = 255+238+42=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 42 (16.80% from 255 or 7.85% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEE2A is #0011D5. Grayscale: #DDDDDD. Windows color (decimal): -4566 or 2813695. OLE color: 2813695.

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

Color convert

RGB 255 238 42 -
CMYK 0 0.07 0.84 0
HSL 55.21º 1% 0.58% -
HSV(B) 55.21º 0.84% 1% -
XYZ 72.23 82.58 14.32 -
YUV 220.74 27.13 152.44 -
System Red Green Blue C M Y K H S L
Decimal 255 238 42 0 0.07 0.84 0 55.21 1 0.58
Hex FF EE 2A 0 7 54 0 37 64 3A
Octal 377 356 52 0 7 124 0 67 144 72
Binary 11111111 11101110 101010 0 111 1010100 0 110111 1100100 111010

Color Harmonies of #FFEE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEE2A

Black with #FFEE2A

Text Example


Text Example

White with #FFEE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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