Html Css Color HEX #EFF07C Texas

📋 copy color: '#EFF07C'

red 239 ◦ green 240 ◦ blue 124

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

Shades of Texas #EFF07C

Tints of Texas #EFF07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 20.56%

R = 39.64%
G = 39.8%
B = 20.56%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFF07C (or 0xEFF07C) is known color: Texas. HEX triplet: EF, F0 and 7C. RGB value is (239,240,124). Sum of RGB (Red+Green+Blue) = 239+240+124=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 124 (48.83% from 255 or 20.56% from 603); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF07C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF07C is #100F83. Grayscale: #E2E2E2. Windows color (decimal): -1052548 or 8188143. OLE color: 8188143.

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

Color convert

RGB 239 240 124 -
CMYK 0.00 0 0.48 0.06
HSL 60.52º 0.79% 0.71% -
HSV(B) 60.52º 0.48% 0.94% -
XYZ 70.39 82.13 31.21 -
YUV 226.48 70.17 136.93 -
System Red Green Blue C M Y K H S L
Decimal 239 240 124 0.00 0 0.48 0.06 60.52 0.79 0.71
Hex EF F0 7C 0 0 30 6 3D 4F 47
Octal 357 360 174 0 0 60 6 75 117 107
Binary 11101111 11110000 1111100 0 0 110000 110 111101 1001111 1000111

Color Harmonies of #EFF07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF07C

Black with #EFF07C

Text Example


Text Example

White with #EFF07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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