Html Css Color HEX #FFE572 Sweet Corn

📋 copy color: '#FFE572'

red 255 ◦ green 229 ◦ blue 114

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

Shades of Sweet Corn #FFE572

Tints of Sweet Corn #FFE572

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.29%

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

R = 42.64%
G = 38.29%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFE572 (or 0xFFE572) is known color: Sweet Corn. HEX triplet: FF, E5 and 72. RGB value is (255,229,114). Sum of RGB (Red+Green+Blue) = 255+229+114=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 114 (44.92% from 255 or 19.06% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE572 is #001A8D. Grayscale: #E0E0E0. Windows color (decimal): -6798 or 7529983. OLE color: 7529983.

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

Color convert

RGB 255 229 114 -
CMYK 0 0.10 0.55 0
HSL 48.94º 1% 0.72% -
HSV(B) 48.94º 0.55% 1% -
XYZ 72.3 78.51 27.26 -
YUV 223.66 66.11 150.35 -
System Red Green Blue C M Y K H S L
Decimal 255 229 114 0 0.10 0.55 0 48.94 1 0.72
Hex FF E5 72 0 A 37 0 31 64 48
Octal 377 345 162 0 12 67 0 61 144 110
Binary 11111111 11100101 1110010 0 1010 110111 0 110001 1100100 1001000

Color Harmonies of #FFE572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE572

Black with #FFE572

Text Example


Text Example

White with #FFE572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE572; }

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

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

background-color css

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

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

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

border-color css

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

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

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