Html Css Color HEX #EFEF7A Texas

📋 copy color: '#EFEF7A'

red 239 ◦ green 239 ◦ blue 122

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

Shades of Texas #EFEF7A

Tints of Texas #EFEF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.33%

R = 39.83%
G = 39.83%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFEF7A (or 0xEFEF7A) is known color: Texas. HEX triplet: EF, EF and 7A. RGB value is (239,239,122). Sum of RGB (Red+Green+Blue) = 239+239+122=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 239 (93.75% from 255 or 39.83% from 600); Blue value is 122 (48.05% from 255 or 20.33% from 600); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEF7A is #101085. Grayscale: #E2E2E2. Windows color (decimal): -1052806 or 8056815. OLE color: 8056815.

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

Color convert

RGB 239 239 122 -
CMYK 0 0 0.49 0.06
HSL 60º 0.79% 0.71% -
HSV(B) 60º 0.49% 0.94% -
XYZ 69.98 81.49 30.45 -
YUV 225.66 69.5 137.51 -
System Red Green Blue C M Y K H S L
Decimal 239 239 122 0 0 0.49 0.06 60 0.79 0.71
Hex EF EF 7A 0 0 31 6 3C 4F 47
Octal 357 357 172 0 0 61 6 74 117 107
Binary 11101111 11101111 1111010 0 0 110001 110 111100 1001111 1000111

Color Harmonies of #EFEF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF7A

Black with #EFEF7A

Text Example


Text Example

White with #EFEF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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