Html Css Color HEX #FFE582 Sweet Corn

📋 copy color: '#FFE582'

red 255 ◦ green 229 ◦ blue 130

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

Shades of Sweet Corn #FFE582

Tints of Sweet Corn #FFE582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.17%

R = 41.53%
G = 37.3%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FFE582 (or 0xFFE582) is known color: Sweet Corn. HEX triplet: FF, E5 and 82. RGB value is (255,229,130). Sum of RGB (Red+Green+Blue) = 255+229+130=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 130 (51.17% from 255 or 21.17% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE582 is #001A7D. Grayscale: #E1E1E1. Windows color (decimal): -6782 or 8578559. OLE color: 8578559.

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

Color convert

RGB 255 229 130 -
CMYK 0 0.10 0.49 0
HSL 47.52º 1% 0.75% -
HSV(B) 47.52º 0.49% 1% -
XYZ 73.29 78.91 32.49 -
YUV 225.49 74.11 149.05 -
System Red Green Blue C M Y K H S L
Decimal 255 229 130 0 0.10 0.49 0 47.52 1 0.75
Hex FF E5 82 0 A 31 0 30 64 4B
Octal 377 345 202 0 12 61 0 60 144 113
Binary 11111111 11100101 10000010 0 1010 110001 0 110000 1100100 1001011

Color Harmonies of #FFE582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE582

Black with #FFE582

Text Example


Text Example

White with #FFE582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE582; }

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

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

background-color css

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

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

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

border-color css

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

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

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