Html Css Color HEX #FFE12E Gorse

📋 copy color: '#FFE12E'

red 255 ◦ green 225 ◦ blue 46

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

Shades of Gorse #FFE12E

Tints of Gorse #FFE12E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.78%

 BLUE value IS 46 (18.36% from 255) = 8.75%

R = 48.48%
G = 42.78%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFE12E (or 0xFFE12E) is known color: Gorse. HEX triplet: FF, E1 and 2E. RGB value is (255,225,46). Sum of RGB (Red+Green+Blue) = 255+225+46=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 46 (18.36% from 255 or 8.75% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE12E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE12E is #001ED1. Grayscale: #D6D6D6. Windows color (decimal): -7890 or 3072511. OLE color: 3072511.

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

Color convert

RGB 255 225 46 -
CMYK 0 0.12 0.82 0
HSL 51.39º 1% 0.59% -
HSV(B) 51.39º 0.82% 1% -
XYZ 68.66 75.31 13.5 -
YUV 213.56 33.44 157.55 -
System Red Green Blue C M Y K H S L
Decimal 255 225 46 0 0.12 0.82 0 51.39 1 0.59
Hex FF E1 2E 0 C 52 0 33 64 3B
Octal 377 341 56 0 14 122 0 63 144 73
Binary 11111111 11100001 101110 0 1100 1010010 0 110011 1100100 111011

Color Harmonies of #FFE12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE12E

Black with #FFE12E

Text Example


Text Example

White with #FFE12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE12E; }

 p { color: rgb(255,225,46); }

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

background-color css

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

 a { background-color: rgb(255,225,46); }

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

border-color css

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

 span { border-color: rgb(255,225,46); }

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