Html Css Color HEX #EFEF7B Texas

📋 copy color: '#EFEF7B'

red 239 ◦ green 239 ◦ blue 123

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

Shades of Texas #EFEF7B

Tints of Texas #EFEF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 20.47%

R = 39.77%
G = 39.77%
B = 20.47%

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

#EFEF7B (or 0xEFEF7B) is known color: Texas. HEX triplet: EF, EF and 7B. RGB value is (239,239,123). Sum of RGB (Red+Green+Blue) = 239+239+123=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 123 (48.44% from 255 or 20.47% from 601); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEF7B is #101084. Grayscale: #E2E2E2. Windows color (decimal): -1052805 or 8122351. OLE color: 8122351.

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

Color convert

RGB 239 239 123 -
CMYK 0 0 0.49 0.06
HSL 60º 0.78% 0.71% -
HSV(B) 60º 0.49% 0.94% -
XYZ 70.04 81.51 30.78 -
YUV 225.78 70 137.43 -
System Red Green Blue C M Y K H S L
Decimal 239 239 123 0 0 0.49 0.06 60 0.78 0.71
Hex EF EF 7B 0 0 31 6 3C 4E 47
Octal 357 357 173 0 0 61 6 74 116 107
Binary 11101111 11101111 1111011 0 0 110001 110 111100 1001110 1000111

Color Harmonies of #EFEF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF7B

Black with #EFEF7B

Text Example


Text Example

White with #EFEF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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