Html Css Color HEX #FEE07B Sweet Corn

📋 copy color: '#FEE07B'

red 254 ◦ green 224 ◦ blue 123

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

Shades of Sweet Corn #FEE07B

Tints of Sweet Corn #FEE07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 20.47%

R = 42.26%
G = 37.27%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEE07B (or 0xFEE07B) is known color: Sweet Corn. HEX triplet: FE, E0 and 7B. RGB value is (254,224,123). Sum of RGB (Red+Green+Blue) = 254+224+123=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 123 (48.44% from 255 or 20.47% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE07B is #011F84. Grayscale: #DDDDDD. Windows color (decimal): -73605 or 8118526. OLE color: 8118526.

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

Color convert

RGB 254 224 123 -
CMYK 0 0.12 0.52 0.00
HSL 46.26º 0.98% 0.74% -
HSV(B) 46.26º 0.52% 1% -
XYZ 71.1 75.81 29.62 -
YUV 221.46 72.44 151.21 -
System Red Green Blue C M Y K H S L
Decimal 254 224 123 0 0.12 0.52 0.00 46.26 0.98 0.74
Hex FE E0 7B 0 C 34 0 2E 62 4A
Octal 376 340 173 0 14 64 0 56 142 112
Binary 11111110 11100000 1111011 0 1100 110100 0 101110 1100010 1001010

Color Harmonies of #FEE07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE07B

Black with #FEE07B

Text Example


Text Example

White with #FEE07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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