Html Css Color HEX #FFE06B Sweet Corn

📋 copy color: '#FFE06B'

red 255 ◦ green 224 ◦ blue 107

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

Shades of Sweet Corn #FFE06B

Tints of Sweet Corn #FFE06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.26%

R = 43.52%
G = 38.23%
B = 18.26%

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

#FFE06B (or 0xFFE06B) is known color: Sweet Corn. HEX triplet: FF, E0 and 6B. RGB value is (255,224,107). Sum of RGB (Red+Green+Blue) = 255+224+107=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 107 (42.19% from 255 or 18.26% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE06B is #001F94. Grayscale: #DCDCDC. Windows color (decimal): -8085 or 7069951. OLE color: 7069951.

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

Color convert

RGB 255 224 107 -
CMYK 0 0.12 0.58 0
HSL 47.43º 1% 0.71% -
HSV(B) 47.43º 0.58% 1% -
XYZ 70.55 75.63 24.79 -
YUV 219.93 64.27 153.01 -
System Red Green Blue C M Y K H S L
Decimal 255 224 107 0 0.12 0.58 0 47.43 1 0.71
Hex FF E0 6B 0 C 3A 0 2F 64 47
Octal 377 340 153 0 14 72 0 57 144 107
Binary 11111111 11100000 1101011 0 1100 111010 0 101111 1100100 1000111

Color Harmonies of #FFE06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE06B

Black with #FFE06B

Text Example


Text Example

White with #FFE06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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