#EFE379

Color #EFE379 Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #EFE379

Tints of Texas #EFE379

Color information

#EFE379 (or 0xEFE379) is unknown color: approx Texas. HEX triplet: EF, E3 and 79. RGB value is (239,227,121). Sum of RGB (Red+Green+Blue) = 239+227+121=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 227 (89.06% from 255 or 38.67% from 587); Blue value is 121 (47.66% from 255 or 20.61% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE379 is #101C86. Grayscale: #DADADA. Windows color (decimal): -1055879 or 7988207. OLE color: 7988207.

HSL color Cylindrical-coordinate representation of color #EFE379: hue angle of 53.9º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFE379 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB239227121-
CMYK00.050.490.06
HSL53.9º78.67%70.59%-
HSV(B)53.9º49.37%93.73%-
XYZ66.5274.6729-
YUV218.572.98142.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 227 (89.06% from 255) = 38.67%
BLUE value IS 121 (47.66% from 255) = 20.61%
R=40.72%
G=38.67%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922712100.050.490.0653.978.6770.59
HexEFE37905316364f47
Octal3573431710561666117107
Binary11101111111000111111001010111000111011011010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE379; }

 p { color: rgb(239,227,121); }

 H1.HeaderClassName
 {
   color: #EFE379;
 }
 .AnyTagClassName
 {
   color: #EFE379;
 }
</style>
background-color css

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

 a { background-color: rgb(239,227,121); }

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

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

 span { border-color: rgb(239,227,121); }

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