Html Css Color HEX #FFEA7F Sweet Corn

📋 copy color: '#FFEA7F'

red 255 ◦ green 234 ◦ blue 127

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

Shades of Sweet Corn #FFEA7F

Tints of Sweet Corn #FFEA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 20.62%

R = 41.4%
G = 37.99%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFEA7F (or 0xFFEA7F) is known color: Sweet Corn. HEX triplet: FF, EA and 7F. RGB value is (255,234,127). Sum of RGB (Red+Green+Blue) = 255+234+127=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 127 (50% from 255 or 20.62% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA7F is #001580. Grayscale: #E4E4E4. Windows color (decimal): -5505 or 8383231. OLE color: 8383231.

HSL color Cylindrical-coordinate representation of color #FFEA7F: hue angle of 50.16º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFEA7F is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 234 127 -
CMYK 0 0.08 0.50 0
HSL 50.16º 1% 0.75% -
HSV(B) 50.16º 0.5% 1% -
XYZ 74.49 81.64 31.91 -
YUV 228.08 70.96 147.2 -
System Red Green Blue C M Y K H S L
Decimal 255 234 127 0 0.08 0.50 0 50.16 1 0.75
Hex FF EA 7F 0 8 32 0 32 64 4B
Octal 377 352 177 0 10 62 0 62 144 113
Binary 11111111 11101010 1111111 0 1000 110010 0 110010 1100100 1001011

Color Harmonies of #FFEA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA7F

Black with #FFEA7F

Text Example


Text Example

White with #FFEA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA7F; }

 p { color: rgb(255,234,127); }

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

background-color css

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

 a { background-color: rgb(255,234,127); }

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

border-color css

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

 span { border-color: rgb(255,234,127); }

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