Html Css Color HEX #FFE671 Sweet Corn

📋 copy color: '#FFE671'

red 255 ◦ green 230 ◦ blue 113

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

Shades of Sweet Corn #FFE671

Tints of Sweet Corn #FFE671

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.46%

 BLUE value IS 113 (44.53% from 255) = 18.9%

R = 42.64%
G = 38.46%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFE671 (or 0xFFE671) is known color: Sweet Corn. HEX triplet: FF, E6 and 71. RGB value is (255,230,113). Sum of RGB (Red+Green+Blue) = 255+230+113=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 113 (44.53% from 255 or 18.90% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE671 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE671 is #00198E. Grayscale: #E0E0E0. Windows color (decimal): -6543 or 7464703. OLE color: 7464703.

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

Color convert

RGB 255 230 113 -
CMYK 0 0.10 0.56 0
HSL 49.44º 1% 0.72% -
HSV(B) 49.44º 0.56% 1% -
XYZ 72.52 79.05 27.06 -
YUV 224.14 65.28 150.01 -
System Red Green Blue C M Y K H S L
Decimal 255 230 113 0 0.10 0.56 0 49.44 1 0.72
Hex FF E6 71 0 A 38 0 31 64 48
Octal 377 346 161 0 12 70 0 61 144 110
Binary 11111111 11100110 1110001 0 1010 111000 0 110001 1100100 1001000

Color Harmonies of #FFE671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE671

Black with #FFE671

Text Example


Text Example

White with #FFE671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE671; }

 p { color: rgb(255,230,113); }

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

background-color css

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

 a { background-color: rgb(255,230,113); }

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

border-color css

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

 span { border-color: rgb(255,230,113); }

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