Html Css Color HEX #FFE27F Sweet Corn

📋 copy color: '#FFE27F'

red 255 ◦ green 226 ◦ blue 127

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

Shades of Sweet Corn #FFE27F

Tints of Sweet Corn #FFE27F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.17%

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

R = 41.94%
G = 37.17%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFE27F (or 0xFFE27F) is known color: Sweet Corn. HEX triplet: FF, E2 and 7F. RGB value is (255,226,127). Sum of RGB (Red+Green+Blue) = 255+226+127=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 226 (88.67% from 255 or 37.17% from 608); Blue value is 127 (50% from 255 or 20.89% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE27F is #001D80. Grayscale: #DFDFDF. Windows color (decimal): -7553 or 8381183. OLE color: 8381183.

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

Color convert

RGB 255 226 127 -
CMYK 0 0.11 0.50 0
HSL 46.41º 1% 0.75% -
HSV(B) 46.41º 0.5% 1% -
XYZ 72.27 77.19 31.17 -
YUV 223.39 73.61 150.55 -
System Red Green Blue C M Y K H S L
Decimal 255 226 127 0 0.11 0.50 0 46.41 1 0.75
Hex FF E2 7F 0 B 32 0 2E 64 4B
Octal 377 342 177 0 13 62 0 56 144 113
Binary 11111111 11100010 1111111 0 1011 110010 0 101110 1100100 1001011

Color Harmonies of #FFE27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE27F

Black with #FFE27F

Text Example


Text Example

White with #FFE27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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