Html Css Color HEX #FFE272 Sweet Corn

📋 copy color: '#FFE272'

red 255 ◦ green 226 ◦ blue 114

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

Shades of Sweet Corn #FFE272

Tints of Sweet Corn #FFE272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.16%

R = 42.86%
G = 37.98%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFE272 (or 0xFFE272) is known color: Sweet Corn. HEX triplet: FF, E2 and 72. RGB value is (255,226,114). Sum of RGB (Red+Green+Blue) = 255+226+114=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 114 (44.92% from 255 or 19.16% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE272 is #001D8D. Grayscale: #DEDEDE. Windows color (decimal): -7566 or 7529215. OLE color: 7529215.

HSL color Cylindrical-coordinate representation of color #FFE272: hue angle of 47.66º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFE272 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 255 226 114 -
CMYK 0 0.11 0.55 0
HSL 47.66º 1% 0.72% -
HSV(B) 47.66º 0.55% 1% -
XYZ 71.47 76.87 26.99 -
YUV 221.9 67.11 151.61 -
System Red Green Blue C M Y K H S L
Decimal 255 226 114 0 0.11 0.55 0 47.66 1 0.72
Hex FF E2 72 0 B 37 0 30 64 48
Octal 377 342 162 0 13 67 0 60 144 110
Binary 11111111 11100010 1110010 0 1011 110111 0 110000 1100100 1001000

Color Harmonies of #FFE272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE272

Black with #FFE272

Text Example


Text Example

White with #FFE272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE272; }

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

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

background-color css

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

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

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

border-color css

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

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

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