Html Css Color HEX #FEE382 Sweet Corn

📋 copy color: '#FEE382'

red 254 ◦ green 227 ◦ blue 130

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

Shades of Sweet Corn #FEE382

Tints of Sweet Corn #FEE382

RGB

 RED value IS 254 (99.61% from 255) = 41.57%

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

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

R = 41.57%
G = 37.15%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FEE382 (or 0xFEE382) is known color: Sweet Corn. HEX triplet: FE, E3 and 82. RGB value is (254,227,130). Sum of RGB (Red+Green+Blue) = 254+227+130=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 227 (89.06% from 255 or 37.15% from 611); Blue value is 130 (51.17% from 255 or 21.28% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE382 is #011C7D. Grayscale: #E0E0E0. Windows color (decimal): -72830 or 8578046. OLE color: 8578046.

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

Color convert

RGB 254 227 130 -
CMYK 0 0.11 0.49 0.00
HSL 46.94º 0.98% 0.75% -
HSV(B) 46.94º 0.49% 1% -
XYZ 72.37 77.62 32.29 -
YUV 224.02 74.95 149.39 -
System Red Green Blue C M Y K H S L
Decimal 254 227 130 0 0.11 0.49 0.00 46.94 0.98 0.75
Hex FE E3 82 0 B 31 0 2F 62 4B
Octal 376 343 202 0 13 61 0 57 142 113
Binary 11111110 11100011 10000010 0 1011 110001 0 101111 1100010 1001011

Color Harmonies of #FEE382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE382

Black with #FEE382

Text Example


Text Example

White with #FEE382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE382; }

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

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

background-color css

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

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

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

border-color css

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

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

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