Html Css Color HEX #FEE469 Sweet Corn

📋 copy color: '#FEE469'

red 254 ◦ green 228 ◦ blue 105

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

Shades of Sweet Corn #FEE469

Tints of Sweet Corn #FEE469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 17.89%

R = 43.27%
G = 38.84%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEE469 (or 0xFEE469) is known color: Sweet Corn. HEX triplet: FE, E4 and 69. RGB value is (254,228,105). Sum of RGB (Red+Green+Blue) = 254+228+105=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 105 (41.41% from 255 or 17.89% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE469 is #011B96. Grayscale: #DEDEDE. Windows color (decimal): -72599 or 6939902. OLE color: 6939902.

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

Color convert

RGB 254 228 105 -
CMYK 0 0.10 0.59 0.00
HSL 49.53º 0.99% 0.7% -
HSV(B) 49.53º 0.59% 1% -
XYZ 71.17 77.58 24.59 -
YUV 221.75 62.11 151 -
System Red Green Blue C M Y K H S L
Decimal 254 228 105 0 0.10 0.59 0.00 49.53 0.99 0.7
Hex FE E4 69 0 A 3B 0 32 63 46
Octal 376 344 151 0 12 73 0 62 143 106
Binary 11111110 11100100 1101001 0 1010 111011 0 110010 1100011 1000110

Color Harmonies of #FEE469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE469

Black with #FEE469

Text Example


Text Example

White with #FEE469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE469; }

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

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

background-color css

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

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

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

border-color css

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

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

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