Html Css Color HEX #FFE369 Sweet Corn

📋 copy color: '#FFE369'

red 255 ◦ green 227 ◦ blue 105

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

Shades of Sweet Corn #FFE369

Tints of Sweet Corn #FFE369

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.67%

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

R = 43.44%
G = 38.67%
B = 17.89%

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

#FFE369 (or 0xFFE369) is known color: Sweet Corn. HEX triplet: FF, E3 and 69. RGB value is (255,227,105). Sum of RGB (Red+Green+Blue) = 255+227+105=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 227 (89.06% from 255 or 38.67% from 587); Blue value is 105 (41.41% from 255 or 17.89% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE369 is #001C96. Grayscale: #DDDDDD. Windows color (decimal): -7319 or 6939647. OLE color: 6939647.

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

Color convert

RGB 255 227 105 -
CMYK 0 0.11 0.59 0
HSL 48.8º 1% 0.71% -
HSV(B) 48.8º 0.59% 1% -
XYZ 71.26 77.22 24.51 -
YUV 221.46 62.28 151.92 -
System Red Green Blue C M Y K H S L
Decimal 255 227 105 0 0.11 0.59 0 48.8 1 0.71
Hex FF E3 69 0 B 3B 0 31 64 47
Octal 377 343 151 0 13 73 0 61 144 107
Binary 11111111 11100011 1101001 0 1011 111011 0 110001 1100100 1000111

Color Harmonies of #FFE369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE369

Black with #FFE369

Text Example


Text Example

White with #FFE369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE369; }

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

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

background-color css

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

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

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

border-color css

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

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

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