Html Css Color HEX #FFE332 Gorse

📋 copy color: '#FFE332'

red 255 ◦ green 227 ◦ blue 50

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

Shades of Gorse #FFE332

Tints of Gorse #FFE332

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.67%

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

R = 47.93%
G = 42.67%
B = 9.4%

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

#FFE332 (or 0xFFE332) is known color: Gorse. HEX triplet: FF, E3 and 32. RGB value is (255,227,50). Sum of RGB (Red+Green+Blue) = 255+227+50=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 50 (19.92% from 255 or 9.40% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE332 is #001CCD. Grayscale: #D7D7D7. Windows color (decimal): -7374 or 3335167. OLE color: 3335167.

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

Color convert

RGB 255 227 50 -
CMYK 0 0.11 0.80 0
HSL 51.8º 1% 0.6% -
HSV(B) 51.8º 0.8% 1% -
XYZ 69.28 76.43 14.12 -
YUV 215.19 34.78 156.39 -
System Red Green Blue C M Y K H S L
Decimal 255 227 50 0 0.11 0.80 0 51.8 1 0.6
Hex FF E3 32 0 B 50 0 34 64 3C
Octal 377 343 62 0 13 120 0 64 144 74
Binary 11111111 11100011 110010 0 1011 1010000 0 110100 1100100 111100

Color Harmonies of #FFE332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE332

Black with #FFE332

Text Example


Text Example

White with #FFE332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE332; }

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

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

background-color css

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

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

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

border-color css

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

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

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