Html Css Color HEX #EBF080 Texas

📋 copy color: '#EBF080'

red 235 ◦ green 240 ◦ blue 128

#EBF080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas #EBF080

Tints of Texas #EBF080

RGB

 RED value IS 235 (92.19% from 255) = 38.97%

 GREEN value IS 240 (94.14% from 255) = 39.8%

 BLUE value IS 128 (50.39% from 255) = 21.23%

R = 38.97%
G = 39.8%
B = 21.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EBF080 (or 0xEBF080) is known color: Texas. HEX triplet: EB, F0 and 80. RGB value is (235,240,128). Sum of RGB (Red+Green+Blue) = 235+240+128=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 128 (50.39% from 255 or 21.23% from 603); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF080 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF080 is #140F7F. Grayscale: #E2E2E2. Windows color (decimal): -1314688 or 8450283. OLE color: 8450283.

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

Color convert

RGB 235 240 128 -
CMYK 0.02 0 0.47 0.06
HSL 62.68º 0.79% 0.72% -
HSV(B) 62.68º 0.47% 0.94% -
XYZ 69.32 81.54 32.51 -
YUV 225.74 72.84 134.61 -
System Red Green Blue C M Y K H S L
Decimal 235 240 128 0.02 0 0.47 0.06 62.68 0.79 0.72
Hex EB F0 80 2 0 2F 6 3F 4F 48
Octal 353 360 200 2 0 57 6 77 117 110
Binary 11101011 11110000 10000000 10 0 101111 110 111111 1001111 1001000

Color Harmonies of #EBF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF080

Black with #EBF080

Text Example


Text Example

White with #EBF080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF080; }

 p { color: rgb(235,240,128); }

 H1.HeaderClassName
 {
   color: #EBF080;
 }
 .AnyTagClassName
 {
   color: #EBF080;
 }
</style>

background-color css

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

 a { background-color: rgb(235,240,128); }

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

border-color css

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

 span { border-color: rgb(235,240,128); }

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