Html Css Color HEX #FEE482 Sweet Corn

📋 copy color: '#FEE482'

red 254 ◦ green 228 ◦ blue 130

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

Shades of Sweet Corn #FEE482

Tints of Sweet Corn #FEE482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.24%

R = 41.5%
G = 37.25%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FEE482 (or 0xFEE482) is known color: Sweet Corn. HEX triplet: FE, E4 and 82. RGB value is (254,228,130). Sum of RGB (Red+Green+Blue) = 254+228+130=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 130 (51.17% from 255 or 21.24% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE482 is #011B7D. Grayscale: #E1E1E1. Windows color (decimal): -72574 or 8578302. OLE color: 8578302.

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

Color convert

RGB 254 228 130 -
CMYK 0 0.10 0.49 0.00
HSL 47.42º 0.98% 0.75% -
HSV(B) 47.42º 0.49% 1% -
XYZ 72.65 78.17 32.38 -
YUV 224.6 74.61 148.97 -
System Red Green Blue C M Y K H S L
Decimal 254 228 130 0 0.10 0.49 0.00 47.42 0.98 0.75
Hex FE E4 82 0 A 31 0 2F 62 4B
Octal 376 344 202 0 12 61 0 57 142 113
Binary 11111110 11100100 10000010 0 1010 110001 0 101111 1100010 1001011

Color Harmonies of #FEE482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE482

Black with #FEE482

Text Example


Text Example

White with #FEE482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE482; }

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

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

background-color css

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

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

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

border-color css

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

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

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