Html Css Color HEX #DEEE1D Pear

📋 copy color: '#DEEE1D'

red 222 ◦ green 238 ◦ blue 29

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

Shades of Pear #DEEE1D

Tints of Pear #DEEE1D

RGB

 RED value IS 222 (87.11% from 255) = 45.4%

 GREEN value IS 238 (93.36% from 255) = 48.67%

 BLUE value IS 29 (11.72% from 255) = 5.93%

R = 45.4%
G = 48.67%
B = 5.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#DEEE1D (or 0xDEEE1D) is known color: Pear. HEX triplet: DE, EE and 1D. RGB value is (222,238,29). Sum of RGB (Red+Green+Blue) = 222+238+29=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 29 (11.72% from 255 or 5.93% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEE1D is #2111E2. Grayscale: #D2D2D2. Windows color (decimal): -2167267 or 1961694. OLE color: 1961694.

HSL color Cylindrical-coordinate representation of color #DEEE1D: hue angle of 64.59º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEEE1D is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 238 29 -
CMYK 0.07 0 0.88 0.07
HSL 64.59º 0.86% 0.52% -
HSV(B) 64.59º 0.88% 0.93% -
XYZ 60.92 76.77 12.77 -
YUV 209.39 26.2 136.99 -
System Red Green Blue C M Y K H S L
Decimal 222 238 29 0.07 0 0.88 0.07 64.59 0.86 0.52
Hex DE EE 1D 7 0 58 7 41 56 34
Octal 336 356 35 7 0 130 7 101 126 64
Binary 11011110 11101110 11101 111 0 1011000 111 1000001 1010110 110100

Color Harmonies of #DEEE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEE1D

Black with #DEEE1D

Text Example


Text Example

White with #DEEE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEE1D; }

 p { color: rgb(222,238,29); }

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

background-color css

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

 a { background-color: rgb(222,238,29); }

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

border-color css

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

 span { border-color: rgb(222,238,29); }

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