Html Css Color HEX #FFE382 Sweet Corn

📋 copy color: '#FFE382'

red 255 ◦ green 227 ◦ blue 130

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

Shades of Sweet Corn #FFE382

Tints of Sweet Corn #FFE382

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.09%

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

R = 41.67%
G = 37.09%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FFE382 (or 0xFFE382) is known color: Sweet Corn. HEX triplet: FF, E3 and 82. RGB value is (255,227,130). Sum of RGB (Red+Green+Blue) = 255+227+130=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 130 (51.17% from 255 or 21.24% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE382 is #001C7D. Grayscale: #E0E0E0. Windows color (decimal): -7294 or 8578047. OLE color: 8578047.

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

Color convert

RGB 255 227 130 -
CMYK 0 0.11 0.49 0
HSL 46.56º 1% 0.75% -
HSV(B) 46.56º 0.49% 1% -
XYZ 72.74 77.81 32.3 -
YUV 224.31 74.78 149.89 -
System Red Green Blue C M Y K H S L
Decimal 255 227 130 0 0.11 0.49 0 46.56 1 0.75
Hex FF E3 82 0 B 31 0 2F 64 4B
Octal 377 343 202 0 13 61 0 57 144 113
Binary 11111111 11100011 10000010 0 1011 110001 0 101111 1100100 1001011

Color Harmonies of #FFE382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE382

Black with #FFE382

Text Example


Text Example

White with #FFE382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE382; }

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

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

background-color css

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

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

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

border-color css

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

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

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