Html Css Color HEX #FEDD78 Sweet Corn

📋 copy color: '#FEDD78'

red 254 ◦ green 221 ◦ blue 120

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

Shades of Sweet Corn #FEDD78

Tints of Sweet Corn #FEDD78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.17%

R = 42.69%
G = 37.14%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FEDD78 (or 0xFEDD78) is known color: Sweet Corn. HEX triplet: FE, DD and 78. RGB value is (254,221,120). Sum of RGB (Red+Green+Blue) = 254+221+120=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 120 (47.27% from 255 or 20.17% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD78 is #012287. Grayscale: #DBDBDB. Windows color (decimal): -74376 or 7921150. OLE color: 7921150.

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

Color convert

RGB 254 221 120 -
CMYK 0 0.13 0.53 0.00
HSL 45.22º 0.99% 0.73% -
HSV(B) 45.22º 0.53% 1% -
XYZ 70.12 74.14 28.38 -
YUV 219.35 71.93 152.71 -
System Red Green Blue C M Y K H S L
Decimal 254 221 120 0 0.13 0.53 0.00 45.22 0.99 0.73
Hex FE DD 78 0 D 35 0 2D 63 49
Octal 376 335 170 0 15 65 0 55 143 111
Binary 11111110 11011101 1111000 0 1101 110101 0 101101 1100011 1001001

Color Harmonies of #FEDD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD78

Black with #FEDD78

Text Example


Text Example

White with #FEDD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD78; }

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

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

background-color css

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

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

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

border-color css

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

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

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