Html Css Color HEX #EFF080 Texas

📋 copy color: '#EFF080'

red 239 ◦ green 240 ◦ blue 128

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

Shades of Texas #EFF080

Tints of Texas #EFF080

RGB

 RED value IS 239 (93.75% from 255) = 39.37%

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

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

R = 39.37%
G = 39.54%
B = 21.09%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFF080 (or 0xEFF080) is known color: Texas. HEX triplet: EF, F0 and 80. RGB value is (239,240,128). Sum of RGB (Red+Green+Blue) = 239+240+128=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 128 (50.39% from 255 or 21.09% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF080 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF080 is #100F7F. Grayscale: #E3E3E3. Windows color (decimal): -1052544 or 8450287. OLE color: 8450287.

HSL color Cylindrical-coordinate representation of color #EFF080: hue angle of 60.54º 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 #EFF080 is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 240 128 -
CMYK 0.00 0 0.47 0.06
HSL 60.54º 0.79% 0.72% -
HSV(B) 60.54º 0.47% 0.94% -
XYZ 70.65 82.23 32.57 -
YUV 226.93 72.17 136.61 -
System Red Green Blue C M Y K H S L
Decimal 239 240 128 0.00 0 0.47 0.06 60.54 0.79 0.72
Hex EF F0 80 0 0 2F 6 3D 4F 48
Octal 357 360 200 0 0 57 6 75 117 110
Binary 11101111 11110000 10000000 0 0 101111 110 111101 1001111 1001000

Color Harmonies of #EFF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF080

Black with #EFF080

Text Example


Text Example

White with #EFF080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF080; }

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

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

background-color css

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

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

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

border-color css

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

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

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