Html Css Color HEX #FFE06A Sweet Corn

📋 copy color: '#FFE06A'

red 255 ◦ green 224 ◦ blue 106

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

Shades of Sweet Corn #FFE06A

Tints of Sweet Corn #FFE06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.12%

R = 43.59%
G = 38.29%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFE06A (or 0xFFE06A) is known color: Sweet Corn. HEX triplet: FF, E0 and 6A. RGB value is (255,224,106). Sum of RGB (Red+Green+Blue) = 255+224+106=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 106 (41.80% from 255 or 18.12% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE06A is #001F95. Grayscale: #DCDCDC. Windows color (decimal): -8086 or 7004415. OLE color: 7004415.

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

Color convert

RGB 255 224 106 -
CMYK 0 0.12 0.58 0
HSL 47.52º 1% 0.71% -
HSV(B) 47.52º 0.58% 1% -
XYZ 70.5 75.61 24.51 -
YUV 219.82 63.77 153.09 -
System Red Green Blue C M Y K H S L
Decimal 255 224 106 0 0.12 0.58 0 47.52 1 0.71
Hex FF E0 6A 0 C 3A 0 30 64 47
Octal 377 340 152 0 14 72 0 60 144 107
Binary 11111111 11100000 1101010 0 1100 111010 0 110000 1100100 1000111

Color Harmonies of #FFE06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE06A

Black with #FFE06A

Text Example


Text Example

White with #FFE06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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