#DEEA85

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

Shades of Texas #DEEA85

Tints of Texas #DEEA85

Color information

#DEEA85 (or 0xDEEA85) is unknown color: approx Texas. HEX triplet: DE, EA and 85. RGB value is (222,234,133). Sum of RGB (Red+Green+Blue) = 222+234+133=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEA85 is #21157A. Grayscale: #DBDBDB. Windows color (decimal): -2168187 or 8776414. OLE color: 8776414.

HSL color Cylindrical-coordinate representation of color #DEEA85: hue angle of 67.13º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEEA85 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB222234133-
CMYK0.0500.430.08
HSL67.13º70.63%71.96%-
HSV(B)67.13º43.16%91.76%-
XYZ63.7876.0733.51-
YUV218.979.52130.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 234 (91.80% from 255) = 39.73%
BLUE value IS 133 (52.34% from 255) = 22.58%
R=37.69%
G=39.73%
B=22.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222341330.0500.430.0867.1370.6371.96
HexDEEA85502B8434748
Octal336352205505310103107110
Binary11011110111010101000010110101010111000100001110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEA85; }

 p { color: rgb(222,234,133); }

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

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

 a { background-color: rgb(222,234,133); }

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

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

 span { border-color: rgb(222,234,133); }

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