Html Css Color HEX #EFE980 Texas

📋 copy color: '#EFE980'

red 239 ◦ green 233 ◦ blue 128

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

Shades of Texas #EFE980

Tints of Texas #EFE980

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.83%

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

R = 39.83%
G = 38.83%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFE980 (or 0xEFE980) is known color: Texas. HEX triplet: EF, E9 and 80. RGB value is (239,233,128). Sum of RGB (Red+Green+Blue) = 239+233+128=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 128 (50.39% from 255 or 21.33% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE980 is #10167F. Grayscale: #DFDFDF. Windows color (decimal): -1054336 or 8448495. OLE color: 8448495.

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

Color convert

RGB 239 233 128 -
CMYK 0 0.03 0.46 0.06
HSL 56.76º 0.78% 0.72% -
HSV(B) 56.76º 0.46% 0.94% -
XYZ 68.63 78.19 31.9 -
YUV 222.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 239 233 128 0 0.03 0.46 0.06 56.76 0.78 0.72
Hex EF E9 80 0 3 2E 6 39 4E 48
Octal 357 351 200 0 3 56 6 71 116 110
Binary 11101111 11101001 10000000 0 11 101110 110 111001 1001110 1001000

Color Harmonies of #EFE980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE980

Black with #EFE980

Text Example


Text Example

White with #EFE980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE980; }

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

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

background-color css

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

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

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

border-color css

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

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

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