Html Css Color HEX #FEE070 Sweet Corn

📋 copy color: '#FEE070'

red 254 ◦ green 224 ◦ blue 112

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

Shades of Sweet Corn #FEE070

Tints of Sweet Corn #FEE070

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.97%

 BLUE value IS 112 (44.14% from 255) = 18.98%

R = 43.05%
G = 37.97%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEE070 (or 0xFEE070) is known color: Sweet Corn. HEX triplet: FE, E0 and 70. RGB value is (254,224,112). Sum of RGB (Red+Green+Blue) = 254+224+112=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 112 (44.14% from 255 or 18.98% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE070 is #011F8F. Grayscale: #DCDCDC. Windows color (decimal): -73616 or 7397630. OLE color: 7397630.

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

Color convert

RGB 254 224 112 -
CMYK 0 0.12 0.56 0.00
HSL 47.32º 0.99% 0.72% -
HSV(B) 47.32º 0.56% 1% -
XYZ 70.45 75.55 26.2 -
YUV 220.2 66.94 152.11 -
System Red Green Blue C M Y K H S L
Decimal 254 224 112 0 0.12 0.56 0.00 47.32 0.99 0.72
Hex FE E0 70 0 C 38 0 2F 63 48
Octal 376 340 160 0 14 70 0 57 143 110
Binary 11111110 11100000 1110000 0 1100 111000 0 101111 1100011 1001000

Color Harmonies of #FEE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE070

Black with #FEE070

Text Example


Text Example

White with #FEE070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE070; }

 p { color: rgb(254,224,112); }

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

background-color css

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

 a { background-color: rgb(254,224,112); }

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

border-color css

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

 span { border-color: rgb(254,224,112); }

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