Html Css Color HEX #EFE780 Texas

📋 copy color: '#EFE780'

red 239 ◦ green 231 ◦ blue 128

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

Shades of Texas #EFE780

Tints of Texas #EFE780

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.63%

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

R = 39.97%
G = 38.63%
B = 21.4%

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

#EFE780 (or 0xEFE780) is known color: Texas. HEX triplet: EF, E7 and 80. RGB value is (239,231,128). Sum of RGB (Red+Green+Blue) = 239+231+128=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 231 (90.62% from 255 or 38.63% from 598); Blue value is 128 (50.39% from 255 or 21.40% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE780 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE780 is #10187F. Grayscale: #DEDEDE. Windows color (decimal): -1054848 or 8447983. OLE color: 8447983.

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

Color convert

RGB 239 231 128 -
CMYK 0 0.03 0.46 0.06
HSL 55.68º 0.78% 0.72% -
HSV(B) 55.68º 0.46% 0.94% -
XYZ 68.07 77.06 31.71 -
YUV 221.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 239 231 128 0 0.03 0.46 0.06 55.68 0.78 0.72
Hex EF E7 80 0 3 2E 6 38 4E 48
Octal 357 347 200 0 3 56 6 70 116 110
Binary 11101111 11100111 10000000 0 11 101110 110 111000 1001110 1001000

Color Harmonies of #EFE780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE780

Black with #EFE780

Text Example


Text Example

White with #EFE780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE780; }

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

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

background-color css

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

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

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

border-color css

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

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

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