Html Css Color HEX #FFE974 Sweet Corn

📋 copy color: '#FFE974'

red 255 ◦ green 233 ◦ blue 116

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

Shades of Sweet Corn #FFE974

Tints of Sweet Corn #FFE974

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.58%

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

R = 42.22%
G = 38.58%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFE974 (or 0xFFE974) is known color: Sweet Corn. HEX triplet: FF, E9 and 74. RGB value is (255,233,116). Sum of RGB (Red+Green+Blue) = 255+233+116=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 116 (45.70% from 255 or 19.21% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE974 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE974 is #00168B. Grayscale: #E2E2E2. Windows color (decimal): -5772 or 7662079. OLE color: 7662079.

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

Color convert

RGB 255 233 116 -
CMYK 0 0.09 0.55 0
HSL 50.5º 1% 0.73% -
HSV(B) 50.5º 0.55% 1% -
XYZ 73.53 80.8 28.24 -
YUV 226.24 65.79 148.51 -
System Red Green Blue C M Y K H S L
Decimal 255 233 116 0 0.09 0.55 0 50.5 1 0.73
Hex FF E9 74 0 9 37 0 33 64 49
Octal 377 351 164 0 11 67 0 63 144 111
Binary 11111111 11101001 1110100 0 1001 110111 0 110011 1100100 1001001

Color Harmonies of #FFE974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE974

Black with #FFE974

Text Example


Text Example

White with #FFE974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE974; }

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

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

background-color css

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

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

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

border-color css

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

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

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