Html Css Color HEX #FFE484 Sweet Corn

📋 copy color: '#FFE484'

red 255 ◦ green 228 ◦ blue 132

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

Shades of Sweet Corn #FFE484

Tints of Sweet Corn #FFE484

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.07%

 BLUE value IS 132 (51.95% from 255) = 21.46%

R = 41.46%
G = 37.07%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFE484 (or 0xFFE484) is known color: Sweet Corn. HEX triplet: FF, E4 and 84. RGB value is (255,228,132). Sum of RGB (Red+Green+Blue) = 255+228+132=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 132 (51.95% from 255 or 21.46% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE484 is #001B7B. Grayscale: #E1E1E1. Windows color (decimal): -7036 or 8709375. OLE color: 8709375.

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

Color convert

RGB 255 228 132 -
CMYK 0 0.11 0.48 0
HSL 46.83º 1% 0.76% -
HSV(B) 46.83º 0.48% 1% -
XYZ 73.15 78.41 33.11 -
YUV 225.13 75.45 149.31 -
System Red Green Blue C M Y K H S L
Decimal 255 228 132 0 0.11 0.48 0 46.83 1 0.76
Hex FF E4 84 0 B 30 0 2F 64 4C
Octal 377 344 204 0 13 60 0 57 144 114
Binary 11111111 11100100 10000100 0 1011 110000 0 101111 1100100 1001100

Color Harmonies of #FFE484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE484

Black with #FFE484

Text Example


Text Example

White with #FFE484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE484; }

 p { color: rgb(255,228,132); }

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

background-color css

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

 a { background-color: rgb(255,228,132); }

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

border-color css

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

 span { border-color: rgb(255,228,132); }

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