Html Css Color HEX #EFEF83 Texas

📋 copy color: '#EFEF83'

red 239 ◦ green 239 ◦ blue 131

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

Shades of Texas #EFEF83

Tints of Texas #EFEF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 21.51%

R = 39.24%
G = 39.24%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFEF83 (or 0xEFEF83) is known color: Texas. HEX triplet: EF, EF and 83. RGB value is (239,239,131). Sum of RGB (Red+Green+Blue) = 239+239+131=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 131 (51.56% from 255 or 21.51% from 609); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEF83 is #10107C. Grayscale: #E3E3E3. Windows color (decimal): -1052797 or 8646639. OLE color: 8646639.

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

Color convert

RGB 239 239 131 -
CMYK 0 0 0.45 0.06
HSL 60º 0.77% 0.73% -
HSV(B) 60º 0.45% 0.94% -
XYZ 70.56 81.72 33.53 -
YUV 226.69 74 136.78 -
System Red Green Blue C M Y K H S L
Decimal 239 239 131 0 0 0.45 0.06 60 0.77 0.73
Hex EF EF 83 0 0 2D 6 3C 4D 49
Octal 357 357 203 0 0 55 6 74 115 111
Binary 11101111 11101111 10000011 0 0 101101 110 111100 1001101 1001001

Color Harmonies of #EFEF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF83

Black with #EFEF83

Text Example


Text Example

White with #EFEF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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