Html Css Color HEX #EFEC80 Texas

📋 copy color: '#EFEC80'

red 239 ◦ green 236 ◦ blue 128

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

Shades of Texas #EFEC80

Tints of Texas #EFEC80

RGB

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

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

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

R = 39.64%
G = 39.14%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFEC80 (or 0xEFEC80) is known color: Texas. HEX triplet: EF, EC and 80. RGB value is (239,236,128). Sum of RGB (Red+Green+Blue) = 239+236+128=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 128 (50.39% from 255 or 21.23% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC80 is #10137F. Grayscale: #E1E1E1. Windows color (decimal): -1053568 or 8449263. OLE color: 8449263.

HSL color Cylindrical-coordinate representation of color #EFEC80: hue angle of 58.38º 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 #EFEC80 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 236 128 -
CMYK 0 0.01 0.46 0.06
HSL 58.38º 0.78% 0.72% -
HSV(B) 58.38º 0.46% 0.94% -
XYZ 69.49 79.9 32.18 -
YUV 224.59 73.49 138.28 -
System Red Green Blue C M Y K H S L
Decimal 239 236 128 0 0.01 0.46 0.06 58.38 0.78 0.72
Hex EF EC 80 0 1 2E 6 3A 4E 48
Octal 357 354 200 0 1 56 6 72 116 110
Binary 11101111 11101100 10000000 0 1 101110 110 111010 1001110 1001000

Color Harmonies of #EFEC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC80

Black with #EFEC80

Text Example


Text Example

White with #EFEC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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