Html Css Color HEX #FEE483 Sweet Corn

📋 copy color: '#FEE483'

red 254 ◦ green 228 ◦ blue 131

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

Shades of Sweet Corn #FEE483

Tints of Sweet Corn #FEE483

RGB

 RED value IS 254 (99.61% from 255) = 41.44%

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

 BLUE value IS 131 (51.56% from 255) = 21.37%

R = 41.44%
G = 37.19%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEE483 (or 0xFEE483) is known color: Sweet Corn. HEX triplet: FE, E4 and 83. RGB value is (254,228,131). Sum of RGB (Red+Green+Blue) = 254+228+131=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 131 (51.56% from 255 or 21.37% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE483 is #011B7C. Grayscale: #E1E1E1. Windows color (decimal): -72573 or 8643838. OLE color: 8643838.

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

Color convert

RGB 254 228 131 -
CMYK 0 0.10 0.48 0.00
HSL 47.32º 0.98% 0.75% -
HSV(B) 47.32º 0.48% 1% -
XYZ 72.71 78.2 32.73 -
YUV 224.72 75.11 148.89 -
System Red Green Blue C M Y K H S L
Decimal 254 228 131 0 0.10 0.48 0.00 47.32 0.98 0.75
Hex FE E4 83 0 A 30 0 2F 62 4B
Octal 376 344 203 0 12 60 0 57 142 113
Binary 11111110 11100100 10000011 0 1010 110000 0 101111 1100010 1001011

Color Harmonies of #FEE483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE483

Black with #FEE483

Text Example


Text Example

White with #FEE483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE483; }

 p { color: rgb(254,228,131); }

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

background-color css

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

 a { background-color: rgb(254,228,131); }

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

border-color css

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

 span { border-color: rgb(254,228,131); }

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