Html Css Color HEX #FEEA7D Sweet Corn

📋 copy color: '#FEEA7D'

red 254 ◦ green 234 ◦ blue 125

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

Shades of Sweet Corn #FEEA7D

Tints of Sweet Corn #FEEA7D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.17%

 BLUE value IS 125 (49.22% from 255) = 20.39%

R = 41.44%
G = 38.17%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEEA7D (or 0xFEEA7D) is known color: Sweet Corn. HEX triplet: FE, EA and 7D. RGB value is (254,234,125). Sum of RGB (Red+Green+Blue) = 254+234+125=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 125 (49.22% from 255 or 20.39% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA7D is #011582. Grayscale: #E4E4E4. Windows color (decimal): -71043 or 8252158. OLE color: 8252158.

HSL color Cylindrical-coordinate representation of color #FEEA7D: hue angle of 50.7º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEEA7D is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 234 125 -
CMYK 0 0.08 0.51 0.00
HSL 50.7º 0.98% 0.74% -
HSV(B) 50.7º 0.51% 1% -
XYZ 74 81.4 31.21 -
YUV 227.55 70.13 146.86 -
System Red Green Blue C M Y K H S L
Decimal 254 234 125 0 0.08 0.51 0.00 50.7 0.98 0.74
Hex FE EA 7D 0 8 33 0 33 62 4A
Octal 376 352 175 0 10 63 0 63 142 112
Binary 11111110 11101010 1111101 0 1000 110011 0 110011 1100010 1001010

Color Harmonies of #FEEA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEA7D

Black with #FEEA7D

Text Example


Text Example

White with #FEEA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEA7D; }

 p { color: rgb(254,234,125); }

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

background-color css

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

 a { background-color: rgb(254,234,125); }

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

border-color css

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

 span { border-color: rgb(254,234,125); }

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