Html Css Color HEX #FEE67C Sweet Corn

📋 copy color: '#FEE67C'

red 254 ◦ green 230 ◦ blue 124

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

Shades of Sweet Corn #FEE67C

Tints of Sweet Corn #FEE67C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.83%

 BLUE value IS 124 (48.83% from 255) = 20.39%

R = 41.78%
G = 37.83%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEE67C (or 0xFEE67C) is known color: Sweet Corn. HEX triplet: FE, E6 and 7C. RGB value is (254,230,124). Sum of RGB (Red+Green+Blue) = 254+230+124=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 124 (48.83% from 255 or 20.39% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE67C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE67C is #011983. Grayscale: #E1E1E1. Windows color (decimal): -72068 or 8185598. OLE color: 8185598.

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

Color convert

RGB 254 230 124 -
CMYK 0 0.09 0.51 0.00
HSL 48.92º 0.98% 0.74% -
HSV(B) 48.92º 0.51% 1% -
XYZ 72.81 79.12 30.5 -
YUV 225.09 70.95 148.62 -
System Red Green Blue C M Y K H S L
Decimal 254 230 124 0 0.09 0.51 0.00 48.92 0.98 0.74
Hex FE E6 7C 0 9 33 0 31 62 4A
Octal 376 346 174 0 11 63 0 61 142 112
Binary 11111110 11100110 1111100 0 1001 110011 0 110001 1100010 1001010

Color Harmonies of #FEE67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE67C

Black with #FEE67C

Text Example


Text Example

White with #FEE67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE67C; }

 p { color: rgb(254,230,124); }

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

background-color css

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

 a { background-color: rgb(254,230,124); }

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

border-color css

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

 span { border-color: rgb(254,230,124); }

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