#EFE37A

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

Shades of Texas #EFE37A

Tints of Texas #EFE37A

Color information

#EFE37A (or 0xEFE37A) is unknown color: approx Texas. HEX triplet: EF, E3 and 7A. RGB value is (239,227,122). Sum of RGB (Red+Green+Blue) = 239+227+122=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 227 (89.06% from 255 or 38.61% from 588); Blue value is 122 (48.05% from 255 or 20.75% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE37A is #101C85. Grayscale: #DBDBDB. Windows color (decimal): -1055878 or 8053743. OLE color: 8053743.

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

Color convert

RGB239227122-
CMYK00.050.490.06
HSL53.85º78.52%70.78%-
HSV(B)53.85º48.95%93.73%-
XYZ66.5874.6929.32-
YUV218.6273.48142.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 227 (89.06% from 255) = 38.61%
BLUE value IS 122 (48.05% from 255) = 20.75%
R=40.65%
G=38.61%
B=20.75%

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
Decimal23922712200.050.490.0653.8578.5270.78
HexEFE37A05316364f47
Octal3573431720561666117107
Binary11101111111000111111010010111000111011011010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE37A; }

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

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

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

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

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

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

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

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