Html Css Color HEX #EFEF80 Texas

📋 copy color: '#EFEF80'

red 239 ◦ green 239 ◦ blue 128

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

Shades of Texas #EFEF80

Tints of Texas #EFEF80

RGB

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

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

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

R = 39.44%
G = 39.44%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFEF80 (or 0xEFEF80) is known color: Texas. HEX triplet: EF, EF and 80. RGB value is (239,239,128). Sum of RGB (Red+Green+Blue) = 239+239+128=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 128 (50.39% from 255 or 21.12% from 606); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEF80 is #10107F. Grayscale: #E2E2E2. Windows color (decimal): -1052800 or 8450031. OLE color: 8450031.

HSL color Cylindrical-coordinate representation of color #EFEF80: 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.46%. Process color model (Four color, CMYK) of #EFEF80 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 239 128 -
CMYK 0 0 0.46 0.06
HSL 60º 0.78% 0.72% -
HSV(B) 60º 0.46% 0.94% -
XYZ 70.36 81.64 32.47 -
YUV 226.35 72.5 137.03 -
System Red Green Blue C M Y K H S L
Decimal 239 239 128 0 0 0.46 0.06 60 0.78 0.72
Hex EF EF 80 0 0 2E 6 3C 4E 48
Octal 357 357 200 0 0 56 6 74 116 110
Binary 11101111 11101111 10000000 0 0 101110 110 111100 1001110 1001000

Color Harmonies of #EFEF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF80

Black with #EFEF80

Text Example


Text Example

White with #EFEF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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