Html Css Color HEX #EFE680 Texas

📋 copy color: '#EFE680'

red 239 ◦ green 230 ◦ blue 128

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

Shades of Texas #EFE680

Tints of Texas #EFE680

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.53%

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

R = 40.03%
G = 38.53%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFE680 (or 0xEFE680) is known color: Texas. HEX triplet: EF, E6 and 80. RGB value is (239,230,128). Sum of RGB (Red+Green+Blue) = 239+230+128=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 230 (90.23% from 255 or 38.53% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE680 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE680 is #10197F. Grayscale: #DDDDDD. Windows color (decimal): -1055104 or 8447727. OLE color: 8447727.

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

Color convert

RGB 239 230 128 -
CMYK 0 0.04 0.46 0.06
HSL 55.14º 0.78% 0.72% -
HSV(B) 55.14º 0.46% 0.94% -
XYZ 67.79 76.5 31.62 -
YUV 221.06 75.48 140.79 -
System Red Green Blue C M Y K H S L
Decimal 239 230 128 0 0.04 0.46 0.06 55.14 0.78 0.72
Hex EF E6 80 0 4 2E 6 37 4E 48
Octal 357 346 200 0 4 56 6 67 116 110
Binary 11101111 11100110 10000000 0 100 101110 110 110111 1001110 1001000

Color Harmonies of #EFE680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE680

Black with #EFE680

Text Example


Text Example

White with #EFE680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE680; }

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

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

background-color css

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

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

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

border-color css

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

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

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