Html Css Color HEX #FFE232 Gorse

📋 copy color: '#FFE232'

red 255 ◦ green 226 ◦ blue 50

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

Shades of Gorse #FFE232

Tints of Gorse #FFE232

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.56%

 BLUE value IS 50 (19.92% from 255) = 9.42%

R = 48.02%
G = 42.56%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFE232 (or 0xFFE232) is known color: Gorse. HEX triplet: FF, E2 and 32. RGB value is (255,226,50). Sum of RGB (Red+Green+Blue) = 255+226+50=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 50 (19.92% from 255 or 9.42% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE232 is #001DCD. Grayscale: #D7D7D7. Windows color (decimal): -7630 or 3334911. OLE color: 3334911.

HSL color Cylindrical-coordinate representation of color #FFE232: hue angle of 51.51º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFE232 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB 255 226 50 -
CMYK 0 0.11 0.80 0
HSL 51.51º 1% 0.6% -
HSV(B) 51.51º 0.8% 1% -
XYZ 69.01 75.88 14.03 -
YUV 214.61 35.11 156.81 -
System Red Green Blue C M Y K H S L
Decimal 255 226 50 0 0.11 0.80 0 51.51 1 0.6
Hex FF E2 32 0 B 50 0 34 64 3C
Octal 377 342 62 0 13 120 0 64 144 74
Binary 11111111 11100010 110010 0 1011 1010000 0 110100 1100100 111100

Color Harmonies of #FFE232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE232

Black with #FFE232

Text Example


Text Example

White with #FFE232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE232; }

 p { color: rgb(255,226,50); }

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

background-color css

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

 a { background-color: rgb(255,226,50); }

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

border-color css

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

 span { border-color: rgb(255,226,50); }

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