Html Css Color HEX #EFF083 Texas

📋 copy color: '#EFF083'

red 239 ◦ green 240 ◦ blue 131

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

Shades of Texas #EFF083

Tints of Texas #EFF083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 21.48%

R = 39.18%
G = 39.34%
B = 21.48%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFF083 (or 0xEFF083) is known color: Texas. HEX triplet: EF, F0 and 83. RGB value is (239,240,131). Sum of RGB (Red+Green+Blue) = 239+240+131=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 131 (51.56% from 255 or 21.48% from 610); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF083 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF083 is #100F7C. Grayscale: #E3E3E3. Windows color (decimal): -1052541 or 8646895. OLE color: 8646895.

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

Color convert

RGB 239 240 131 -
CMYK 0.00 0 0.45 0.06
HSL 60.55º 0.78% 0.73% -
HSV(B) 60.55º 0.45% 0.94% -
XYZ 70.85 82.31 33.63 -
YUV 227.28 73.67 136.36 -
System Red Green Blue C M Y K H S L
Decimal 239 240 131 0.00 0 0.45 0.06 60.55 0.78 0.73
Hex EF F0 83 0 0 2D 6 3D 4E 49
Octal 357 360 203 0 0 55 6 75 116 111
Binary 11101111 11110000 10000011 0 0 101101 110 111101 1001110 1001001

Color Harmonies of #EFF083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF083

Black with #EFF083

Text Example


Text Example

White with #EFF083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF083; }

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

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

background-color css

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

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

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

border-color css

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

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

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