#EBEF8A

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

Shades of Tidal #EBEF8A

Tints of Tidal #EBEF8A

Color information

#EBEF8A (or 0xEBEF8A) is unknown color: approx Tidal. HEX triplet: EB, EF and 8A. RGB value is (235,239,138). Sum of RGB (Red+Green+Blue) = 235+239+138=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 138 (54.30% from 255 or 22.55% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEF8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEF8A is #141075. Grayscale: #E2E2E2. Windows color (decimal): -1314934 or 9105387. OLE color: 9105387.

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

Color convert

RGB235239138-
CMYK0.0200.420.06
HSL62.38º75.94%73.92%-
HSV(B)62.38º42.26%93.73%-
XYZ69.7181.2336.05-
YUV226.2978.17134.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 239 (93.75% from 255) = 39.05%
BLUE value IS 138 (54.30% from 255) = 22.55%
R=38.40%
G=39.05%
B=22.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352391380.0200.420.0662.3875.9473.92
HexEBEF8A202A63e4c4a
Octal3533572122052676114112
Binary11101011111011111000101010010101011011111010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEF8A; }

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

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

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

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

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

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

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

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