#FFEE67

Color #FFEE67 Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn #FFEE67

Tints of Corn #FFEE67

Color information

#FFEE67 (or 0xFFEE67) is unknown color: approx Corn. HEX triplet: FF, EE and 67. RGB value is (255,238,103). Sum of RGB (Red+Green+Blue) = 255+238+103=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 238 (93.36% from 255 or 39.93% from 596); Blue value is 103 (40.62% from 255 or 17.28% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE67 is #001198. Grayscale: #E4E4E4. Windows color (decimal): -4505 or 6811391. OLE color: 6811391.

HSL color Cylindrical-coordinate representation of color #FFEE67: hue angle of 53.29º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFEE67 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB255238103-
CMYK00.070.600
HSL53.29º100%70.2%-
HSV(B)53.29º59.61%100%-
XYZ74.2683.3925.01-
YUV227.6957.63147.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 238 (93.36% from 255) = 39.93%
BLUE value IS 103 (40.62% from 255) = 17.28%
R=42.79%
G=39.93%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523810300.070.60053.2910070.2
HexFFEE67073C0356446
Octal3773561470774065144106
Binary111111111110111011001110111111100011010111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEE67; }

 p { color: rgb(255,238,103); }

 H1.HeaderClassName
 {
   color: #FFEE67;
 }
 .AnyTagClassName
 {
   color: #FFEE67;
 }
</style>
background-color css

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

 a { background-color: rgb(255,238,103); }

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

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

 span { border-color: rgb(255,238,103); }

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