Html Css Color HEX #EFEC85 Texas

📋 copy color: '#EFEC85'

red 239 ◦ green 236 ◦ blue 133

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

Shades of Texas #EFEC85

Tints of Texas #EFEC85

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.82%

 BLUE value IS 133 (52.34% from 255) = 21.88%

R = 39.31%
G = 38.82%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFEC85 (or 0xEFEC85) is known color: Texas. HEX triplet: EF, EC and 85. RGB value is (239,236,133). Sum of RGB (Red+Green+Blue) = 239+236+133=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 133 (52.34% from 255 or 21.88% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC85 is #10137A. Grayscale: #E1E1E1. Windows color (decimal): -1053563 or 8776943. OLE color: 8776943.

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

Color convert

RGB 239 236 133 -
CMYK 0 0.01 0.44 0.06
HSL 58.3º 0.77% 0.73% -
HSV(B) 58.3º 0.44% 0.94% -
XYZ 69.83 80.04 33.96 -
YUV 225.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 239 236 133 0 0.01 0.44 0.06 58.3 0.77 0.73
Hex EF EC 85 0 1 2C 6 3A 4D 49
Octal 357 354 205 0 1 54 6 72 115 111
Binary 11101111 11101100 10000101 0 1 101100 110 111010 1001101 1001001

Color Harmonies of #EFEC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC85

Black with #EFEC85

Text Example


Text Example

White with #EFEC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC85; }

 p { color: rgb(239,236,133); }

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

background-color css

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

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

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

border-color css

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

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

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