Html Css Color HEX #FFE069 Sweet Corn

📋 copy color: '#FFE069'

red 255 ◦ green 224 ◦ blue 105

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

Shades of Sweet Corn #FFE069

Tints of Sweet Corn #FFE069

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.36%

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

R = 43.66%
G = 38.36%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#FFE069 (or 0xFFE069) is known color: Sweet Corn. HEX triplet: FF, E0 and 69. RGB value is (255,224,105). Sum of RGB (Red+Green+Blue) = 255+224+105=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 105 (41.41% from 255 or 17.98% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE069 is #001F96. Grayscale: #DCDCDC. Windows color (decimal): -8087 or 6938879. OLE color: 6938879.

HSL color Cylindrical-coordinate representation of color #FFE069: hue angle of 47.6º 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 #FFE069 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB 255 224 105 -
CMYK 0 0.12 0.59 0
HSL 47.6º 1% 0.71% -
HSV(B) 47.6º 0.59% 1% -
XYZ 70.45 75.59 24.24 -
YUV 219.7 63.27 153.18 -
System Red Green Blue C M Y K H S L
Decimal 255 224 105 0 0.12 0.59 0 47.6 1 0.71
Hex FF E0 69 0 C 3B 0 30 64 47
Octal 377 340 151 0 14 73 0 60 144 107
Binary 11111111 11100000 1101001 0 1100 111011 0 110000 1100100 1000111

Color Harmonies of #FFE069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE069

Black with #FFE069

Text Example


Text Example

White with #FFE069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE069; }

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

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

background-color css

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

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

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

border-color css

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

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

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