Html Css Color HEX #FFE674 Sweet Corn

📋 copy color: '#FFE674'

red 255 ◦ green 230 ◦ blue 116

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

Shades of Sweet Corn #FFE674

Tints of Sweet Corn #FFE674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.3%

R = 42.43%
G = 38.27%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFE674 (or 0xFFE674) is known color: Sweet Corn. HEX triplet: FF, E6 and 74. RGB value is (255,230,116). Sum of RGB (Red+Green+Blue) = 255+230+116=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 116 (45.70% from 255 or 19.30% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE674 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE674 is #00198B. Grayscale: #E0E0E0. Windows color (decimal): -6540 or 7661311. OLE color: 7661311.

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

Color convert

RGB 255 230 116 -
CMYK 0 0.10 0.55 0
HSL 49.21º 1% 0.73% -
HSV(B) 49.21º 0.55% 1% -
XYZ 72.69 79.11 27.96 -
YUV 224.48 66.78 149.77 -
System Red Green Blue C M Y K H S L
Decimal 255 230 116 0 0.10 0.55 0 49.21 1 0.73
Hex FF E6 74 0 A 37 0 31 64 49
Octal 377 346 164 0 12 67 0 61 144 111
Binary 11111111 11100110 1110100 0 1010 110111 0 110001 1100100 1001001

Color Harmonies of #FFE674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE674

Black with #FFE674

Text Example


Text Example

White with #FFE674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE674; }

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

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

background-color css

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

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

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

border-color css

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

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

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