Html Css Color HEX #FFE12C Gorse

📋 copy color: '#FFE12C'

red 255 ◦ green 225 ◦ blue 44

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

Shades of Gorse #FFE12C

Tints of Gorse #FFE12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.4%

R = 48.66%
G = 42.94%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FFE12C (or 0xFFE12C) is known color: Gorse. HEX triplet: FF, E1 and 2C. RGB value is (255,225,44). Sum of RGB (Red+Green+Blue) = 255+225+44=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 44 (17.58% from 255 or 8.40% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE12C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE12C is #001ED3. Grayscale: #D6D6D6. Windows color (decimal): -7892 or 2941439. OLE color: 2941439.

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

Color convert

RGB 255 225 44 -
CMYK 0 0.12 0.83 0
HSL 51.47º 1% 0.59% -
HSV(B) 51.47º 0.83% 1% -
XYZ 68.62 75.29 13.3 -
YUV 213.34 32.44 157.72 -
System Red Green Blue C M Y K H S L
Decimal 255 225 44 0 0.12 0.83 0 51.47 1 0.59
Hex FF E1 2C 0 C 53 0 33 64 3B
Octal 377 341 54 0 14 123 0 63 144 73
Binary 11111111 11100001 101100 0 1100 1010011 0 110011 1100100 111011

Color Harmonies of #FFE12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE12C

Black with #FFE12C

Text Example


Text Example

White with #FFE12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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