#EBF27B

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

Shades of Texas #EBF27B

Tints of Texas #EBF27B

Color information

#EBF27B (or 0xEBF27B) is unknown color: approx Texas. HEX triplet: EB, F2 and 7B. RGB value is (235,242,123). Sum of RGB (Red+Green+Blue) = 235+242+123=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 123 (48.44% from 255 or 20.5% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF27B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF27B is #140D84. Grayscale: #E2E2E2. Windows color (decimal): -1314181 or 8123115. OLE color: 8123115.

HSL color Cylindrical-coordinate representation of color #EBF27B: hue angle of 63.53º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBF27B is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB235242123-
CMYK0.0300.490.05
HSL63.53º82.07%71.57%-
HSV(B)63.53º49.17%94.9%-
XYZ69.5982.631.01-
YUV226.3469.68134.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 242 (94.92% from 255) = 40.33%
BLUE value IS 123 (48.44% from 255) = 20.5%
R=39.17%
G=40.33%
B=20.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352421230.0300.490.0563.5382.0771.57
HexEBF27B30315405248
Octal35336217330615100122110
Binary11101011111100101111011110110001101100000010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF27B; }

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

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

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

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

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

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

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

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