#EBEF7B

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

Shades of Texas #EBEF7B

Tints of Texas #EBEF7B

Color information

#EBEF7B (or 0xEBEF7B) is unknown color: approx Texas. HEX triplet: EB, EF and 7B. RGB value is (235,239,123). Sum of RGB (Red+Green+Blue) = 235+239+123=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 123 (48.44% from 255 or 20.60% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEF7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBEF7B is #141084. Grayscale: #E1E1E1. Windows color (decimal): -1314949 or 8122347. OLE color: 8122347.

HSL color Cylindrical-coordinate representation of color #EBEF7B: hue angle of 62.07º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBEF7B is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB235239123-
CMYK0.0200.490.06
HSL62.07º78.38%70.98%-
HSV(B)62.07º48.54%93.73%-
XYZ68.780.8330.72-
YUV224.5870.67135.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 239 (93.75% from 255) = 40.03%
BLUE value IS 123 (48.44% from 255) = 20.60%
R=39.36%
G=40.03%
B=20.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352391230.0200.490.0662.0778.3870.98
HexEBEF7B203163e4e47
Octal3533571732061676116107
Binary1110101111101111111101110011000111011111010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEF7B; }

 p { color: rgb(235,239,123); }

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

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

 a { background-color: rgb(235,239,123); }

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

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

 span { border-color: rgb(235,239,123); }

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