Html Css Color HEX #FEDD74 Sweet Corn

📋 copy color: '#FEDD74'

red 254 ◦ green 221 ◦ blue 116

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

Shades of Sweet Corn #FEDD74

Tints of Sweet Corn #FEDD74

RGB

 RED value IS 254 (99.61% from 255) = 42.98%

 GREEN value IS 221 (86.72% from 255) = 37.39%

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

R = 42.98%
G = 37.39%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEDD74 (or 0xFEDD74) is known color: Sweet Corn. HEX triplet: FE, DD and 74. RGB value is (254,221,116). Sum of RGB (Red+Green+Blue) = 254+221+116=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 116 (45.70% from 255 or 19.63% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD74 is #01228B. Grayscale: #DBDBDB. Windows color (decimal): -74380 or 7659006. OLE color: 7659006.

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

Color convert

RGB 254 221 116 -
CMYK 0 0.13 0.54 0.00
HSL 45.65º 0.99% 0.73% -
HSV(B) 45.65º 0.54% 1% -
XYZ 69.88 74.04 27.13 -
YUV 218.9 69.93 153.04 -
System Red Green Blue C M Y K H S L
Decimal 254 221 116 0 0.13 0.54 0.00 45.65 0.99 0.73
Hex FE DD 74 0 D 36 0 2E 63 49
Octal 376 335 164 0 15 66 0 56 143 111
Binary 11111110 11011101 1110100 0 1101 110110 0 101110 1100011 1001001

Color Harmonies of #FEDD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD74

Black with #FEDD74

Text Example


Text Example

White with #FEDD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD74; }

 p { color: rgb(254,221,116); }

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

background-color css

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

 a { background-color: rgb(254,221,116); }

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

border-color css

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

 span { border-color: rgb(254,221,116); }

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