#DEE11F

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

Shades of Pear #DEE11F

Tints of Pear #DEE11F

Color information

#DEE11F (or 0xDEE11F) is unknown color: approx Pear. HEX triplet: DE, E1 and 1F. RGB value is (222,225,31). Sum of RGB (Red+Green+Blue) = 222+225+31=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 31 (12.5% from 255 or 6.49% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE11F is #211EE0. Grayscale: #CACACA. Windows color (decimal): -2170593 or 2089438. OLE color: 2089438.

HSL color Cylindrical-coordinate representation of color #DEE11F: hue angle of 60.93º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEE11F is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB22222531-
CMYK0.0100.860.12
HSL60.93º76.38%50.2%-
HSV(B)60.93º86.22%88.24%-
XYZ57.369.4811.69-
YUV201.9931.51142.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.44%
GREEN value IS 225 (88.28% from 255) = 47.07%
BLUE value IS 31 (12.5% from 255) = 6.49%
R=46.44%
G=47.07%
B=6.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal222225310.0100.860.1260.9376.3850.2
HexDEE11F1056C3d4c32
Octal3363413710126147511462
Binary11011110111000011111110101011011001111011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE11F; }

 p { color: rgb(222,225,31); }

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

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

 a { background-color: rgb(222,225,31); }

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

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

 span { border-color: rgb(222,225,31); }

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