Html Css Color HEX #EFEF7F Texas

📋 copy color: '#EFEF7F'

red 239 ◦ green 239 ◦ blue 127

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

Shades of Texas #EFEF7F

Tints of Texas #EFEF7F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.5%

 BLUE value IS 127 (50% from 255) = 20.99%

R = 39.5%
G = 39.5%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFEF7F (or 0xEFEF7F) is known color: Texas. HEX triplet: EF, EF and 7F. RGB value is (239,239,127). Sum of RGB (Red+Green+Blue) = 239+239+127=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 127 (50% from 255 or 20.99% from 605); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEF7F is #101080. Grayscale: #E2E2E2. Windows color (decimal): -1052801 or 8384495. OLE color: 8384495.

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

Color convert

RGB 239 239 127 -
CMYK 0 0 0.47 0.06
HSL 60º 0.78% 0.72% -
HSV(B) 60º 0.47% 0.94% -
XYZ 70.29 81.62 32.13 -
YUV 226.23 72 137.11 -
System Red Green Blue C M Y K H S L
Decimal 239 239 127 0 0 0.47 0.06 60 0.78 0.72
Hex EF EF 7F 0 0 2F 6 3C 4E 48
Octal 357 357 177 0 0 57 6 74 116 110
Binary 11101111 11101111 1111111 0 0 101111 110 111100 1001110 1001000

Color Harmonies of #EFEF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF7F

Black with #EFEF7F

Text Example


Text Example

White with #EFEF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF7F; }

 p { color: rgb(239,239,127); }

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

background-color css

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

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

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

border-color css

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

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

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