Html Css Color HEX #FFE469 Sweet Corn

📋 copy color: '#FFE469'

red 255 ◦ green 228 ◦ blue 105

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

Shades of Sweet Corn #FFE469

Tints of Sweet Corn #FFE469

RGB

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

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

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

R = 43.37%
G = 38.78%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#FFE469 (or 0xFFE469) is known color: Sweet Corn. HEX triplet: FF, E4 and 69. RGB value is (255,228,105). Sum of RGB (Red+Green+Blue) = 255+228+105=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 105 (41.41% from 255 or 17.86% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE469 is #001B96. Grayscale: #DEDEDE. Windows color (decimal): -7063 or 6939903. OLE color: 6939903.

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

Color convert

RGB 255 228 105 -
CMYK 0 0.11 0.59 0
HSL 49.2º 1% 0.71% -
HSV(B) 49.2º 0.59% 1% -
XYZ 71.53 77.77 24.6 -
YUV 222.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 255 228 105 0 0.11 0.59 0 49.2 1 0.71
Hex FF E4 69 0 B 3B 0 31 64 47
Octal 377 344 151 0 13 73 0 61 144 107
Binary 11111111 11100100 1101001 0 1011 111011 0 110001 1100100 1000111

Color Harmonies of #FFE469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE469

Black with #FFE469

Text Example


Text Example

White with #FFE469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE469; }

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

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

background-color css

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

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

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

border-color css

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

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

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