#EBEC84

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

Shades of Texas #EBEC84

Tints of Texas #EBEC84

Color information

#EBEC84 (or 0xEBEC84) is unknown color: approx Texas. HEX triplet: EB, EC and 84. RGB value is (235,236,132). Sum of RGB (Red+Green+Blue) = 235+236+132=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 132 (51.95% from 255 or 21.89% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEC84 is #14137B. Grayscale: #E0E0E0. Windows color (decimal): -1315708 or 8711403. OLE color: 8711403.

HSL color Cylindrical-coordinate representation of color #EBEC84: hue angle of 60.58º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBEC84 is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB235236132-
CMYK0.0000.440.07
HSL60.58º73.24%72.16%-
HSV(B)60.58º44.07%92.55%-
XYZ68.4279.3233.53-
YUV223.8476.17135.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 236 (92.58% from 255) = 39.14%
BLUE value IS 132 (51.95% from 255) = 21.89%
R=38.97%
G=39.14%
B=21.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352361320.0000.440.0760.5873.2472.16
HexEBEC84002C73d4948
Octal3533542040054775111110
Binary1110101111101100100001000010110011111110110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEC84; }

 p { color: rgb(235,236,132); }

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

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

 a { background-color: rgb(235,236,132); }

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

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

 span { border-color: rgb(235,236,132); }

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